Html Css Color HEX #B18976 Brandy Rose

📋 copy color: '#B18976'

red 177 ◦ green 137 ◦ blue 118

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

Shades of Brandy Rose #B18976

Tints of Brandy Rose #B18976

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.71%

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 40.97%
G = 31.71%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B18976 (or 0xB18976) is known color: Brandy Rose. HEX triplet: B1, 89 and 76. RGB value is (177,137,118). Sum of RGB (Red+Green+Blue) = 177+137+118=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B18976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18976 is #4E7689. Grayscale: #929292. Windows color (decimal): -5142154 or 7768497. OLE color: 7768497.

HSL color Cylindrical-coordinate representation of color #B18976: hue angle of 19.32º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B18976 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 137 118 -
CMYK 0 0.23 0.33 0.31
HSL 19.32º 0.27% 0.58% -
HSV(B) 19.32º 0.33% 0.69% -
XYZ 30.35 28.55 21.05 -
YUV 146.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 177 137 118 0 0.23 0.33 0.31 19.32 0.27 0.58
Hex B1 89 76 0 17 21 1F 13 1B 3A
Octal 261 211 166 0 27 41 37 23 33 72
Binary 10110001 10001001 1110110 0 10111 100001 11111 10011 11011 111010

Color Harmonies of #B18976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18976

Black with #B18976

Text Example


Text Example

White with #B18976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18976; }

 p { color: rgb(177,137,118); }

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

background-color css

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

 a { background-color: rgb(177,137,118); }

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

border-color css

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

 span { border-color: rgb(177,137,118); }

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