Html Css Color HEX #B37876 Brandy Rose

📋 copy color: '#B37876'

red 179 ◦ green 120 ◦ blue 118

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

Shades of Brandy Rose #B37876

Tints of Brandy Rose #B37876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 42.93%
G = 28.78%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37876 (or 0xB37876) is known color: Brandy Rose. HEX triplet: B3, 78 and 76. RGB value is (179,120,118). Sum of RGB (Red+Green+Blue) = 179+120+118=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 179 - color contains mainly: red. Hex color #B37876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37876 is #4C8789. Grayscale: #898989. Windows color (decimal): -5015434 or 7764147. OLE color: 7764147.

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

Color convert

RGB 179 120 118 -
CMYK 0 0.33 0.34 0.30
HSL 1.97º 0.29% 0.58% -
HSV(B) 1.97º 0.34% 0.7% -
XYZ 28.58 24.32 20.33 -
YUV 137.41 117.05 157.66 -
System Red Green Blue C M Y K H S L
Decimal 179 120 118 0 0.33 0.34 0.30 1.97 0.29 0.58
Hex B3 78 76 0 21 22 1E 2 1D 3A
Octal 263 170 166 0 41 42 36 2 35 72
Binary 10110011 1111000 1110110 0 100001 100010 11110 10 11101 111010

Color Harmonies of #B37876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37876

Black with #B37876

Text Example


Text Example

White with #B37876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37876; }

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

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

background-color css

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

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

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

border-color css

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

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

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