Html Css Color HEX #B17C7B Brandy Rose

📋 copy color: '#B17C7B'

red 177 ◦ green 124 ◦ blue 123

#B17C7B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B17C7B

Tints of Brandy Rose #B17C7B

RGB

 RED value IS 177 (69.53% from 255) = 41.75%

 GREEN value IS 124 (48.83% from 255) = 29.25%

 BLUE value IS 123 (48.44% from 255) = 29.01%

R = 41.75%
G = 29.25%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B17C7B (or 0xB17C7B) is known color: Brandy Rose. HEX triplet: B1, 7C and 7B. RGB value is (177,124,123). Sum of RGB (Red+Green+Blue) = 177+124+123=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 177 - color contains mainly: red. Hex color #B17C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17C7B is #4E8384. Grayscale: #8B8B8B. Windows color (decimal): -5145477 or 8092849. OLE color: 8092849.

HSL color Cylindrical-coordinate representation of color #B17C7B: hue angle of 1.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B17C7B is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 123 -
CMYK 0 0.30 0.31 0.31
HSL 1.11º 0.26% 0.59% -
HSV(B) 1.11º 0.31% 0.69% -
XYZ 28.91 25.19 22.08 -
YUV 139.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 177 124 123 0 0.30 0.31 0.31 1.11 0.26 0.59
Hex B1 7C 7B 0 1E 1F 1F 1 1A 3B
Octal 261 174 173 0 36 37 37 1 32 73
Binary 10110001 1111100 1111011 0 11110 11111 11111 1 11010 111011

Color Harmonies of #B17C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17C7B

Black with #B17C7B

Text Example


Text Example

White with #B17C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17C7B; }

 p { color: rgb(177,124,123); }

 H1.HeaderClassName
 {
   color: #B17C7B;
 }
 .AnyTagClassName
 {
   color: #B17C7B;
 }
</style>

background-color css

<style>
 a { background-color: #B17C7B; }

 a { background-color: rgb(177,124,123); }

 div.DivClassName
 {
   background-color: #B17C7B;
 }
 .BgClassName
 {
   background-color: #B17C7B;
 }
</style>

border-color css

<style>
 span { border-color: #B17C7B; }

 span { border-color: rgb(177,124,123); }

 td.TdClassName
 {
   border-color: #B17C7B;
 }
 .TagClassName
 {
   border-color: #B17C7B;
 }
</style>