Html Css Color HEX #B97E76 Brandy Rose

📋 copy color: '#B97E76'

red 185 ◦ green 126 ◦ blue 118

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

Shades of Brandy Rose #B97E76

Tints of Brandy Rose #B97E76

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

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

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

R = 43.12%
G = 29.37%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B97E76 (or 0xB97E76) is known color: Brandy Rose. HEX triplet: B9, 7E and 76. RGB value is (185,126,118). Sum of RGB (Red+Green+Blue) = 185+126+118=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E76 is #468189. Grayscale: #8E8E8E. Windows color (decimal): -4620682 or 7765689. OLE color: 7765689.

HSL color Cylindrical-coordinate representation of color #B97E76: hue angle of 7.16º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B97E76 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 118 -
CMYK 0 0.32 0.36 0.27
HSL 7.16º 0.32% 0.59% -
HSV(B) 7.16º 0.36% 0.73% -
XYZ 30.74 26.54 20.64 -
YUV 142.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 185 126 118 0 0.32 0.36 0.27 7.16 0.32 0.59
Hex B9 7E 76 0 20 24 1B 7 20 3B
Octal 271 176 166 0 40 44 33 7 40 73
Binary 10111001 1111110 1110110 0 100000 100100 11011 111 100000 111011

Color Harmonies of #B97E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E76

Black with #B97E76

Text Example


Text Example

White with #B97E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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