Html Css Color HEX #B37E76 Brandy Rose

📋 copy color: '#B37E76'

red 179 ◦ green 126 ◦ blue 118

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

Shades of Brandy Rose #B37E76

Tints of Brandy Rose #B37E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.79%

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

R = 42.32%
G = 29.79%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B37E76 (or 0xB37E76) is known color: Brandy Rose. HEX triplet: B3, 7E and 76. RGB value is (179,126,118). Sum of RGB (Red+Green+Blue) = 179+126+118=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E76 is #4C8189. Grayscale: #8D8D8D. Windows color (decimal): -5013898 or 7765683. OLE color: 7765683.

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

Color convert

RGB 179 126 118 -
CMYK 0 0.30 0.34 0.30
HSL 7.87º 0.29% 0.58% -
HSV(B) 7.87º 0.34% 0.7% -
XYZ 29.32 25.81 20.58 -
YUV 140.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 179 126 118 0 0.30 0.34 0.30 7.87 0.29 0.58
Hex B3 7E 76 0 1E 22 1E 8 1D 3A
Octal 263 176 166 0 36 42 36 10 35 72
Binary 10110011 1111110 1110110 0 11110 100010 11110 1000 11101 111010

Color Harmonies of #B37E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37E76

Black with #B37E76

Text Example


Text Example

White with #B37E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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