Html Css Color HEX #B38976 Brandy Rose

📋 copy color: '#B38976'

red 179 ◦ green 137 ◦ blue 118

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

Shades of Brandy Rose #B38976

Tints of Brandy Rose #B38976

RGB

 RED value IS 179 (70.31% from 255) = 41.24%

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

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

R = 41.24%
G = 31.57%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B38976 (or 0xB38976) is known color: Brandy Rose. HEX triplet: B3, 89 and 76. RGB value is (179,137,118). Sum of RGB (Red+Green+Blue) = 179+137+118=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B38976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38976 is #4C7689. Grayscale: #939393. Windows color (decimal): -5011082 or 7768499. OLE color: 7768499.

HSL color Cylindrical-coordinate representation of color #B38976: hue angle of 18.69º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38976 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 137 118 -
CMYK 0 0.23 0.34 0.30
HSL 18.69º 0.29% 0.58% -
HSV(B) 18.69º 0.34% 0.7% -
XYZ 30.81 28.78 21.07 -
YUV 147.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 179 137 118 0 0.23 0.34 0.30 18.69 0.29 0.58
Hex B3 89 76 0 17 22 1E 13 1D 3A
Octal 263 211 166 0 27 42 36 23 35 72
Binary 10110011 10001001 1110110 0 10111 100010 11110 10011 11101 111010

Color Harmonies of #B38976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38976

Black with #B38976

Text Example


Text Example

White with #B38976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38976; }

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

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

background-color css

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

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

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

border-color css

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

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

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