Html Css Color HEX #B38776 Brandy Rose

📋 copy color: '#B38776'

red 179 ◦ green 135 ◦ blue 118

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

Shades of Brandy Rose #B38776

Tints of Brandy Rose #B38776

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.25%

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

R = 41.44%
G = 31.25%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B38776 (or 0xB38776) is known color: Brandy Rose. HEX triplet: B3, 87 and 76. RGB value is (179,135,118). Sum of RGB (Red+Green+Blue) = 179+135+118=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B38776 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38776 is #4C7889. Grayscale: #929292. Windows color (decimal): -5011594 or 7767987. OLE color: 7767987.

HSL color Cylindrical-coordinate representation of color #B38776: hue angle of 16.72º 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 #B38776 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 135 118 -
CMYK 0 0.25 0.34 0.30
HSL 16.72º 0.29% 0.58% -
HSV(B) 16.72º 0.34% 0.7% -
XYZ 30.52 28.22 20.98 -
YUV 146.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 179 135 118 0 0.25 0.34 0.30 16.72 0.29 0.58
Hex B3 87 76 0 19 22 1E 11 1D 3A
Octal 263 207 166 0 31 42 36 21 35 72
Binary 10110011 10000111 1110110 0 11001 100010 11110 10001 11101 111010

Color Harmonies of #B38776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38776

Black with #B38776

Text Example


Text Example

White with #B38776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38776; }

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

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

background-color css

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

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

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

border-color css

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

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

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