Html Css Color HEX #B97E72 Brandy Rose

📋 copy color: '#B97E72'

red 185 ◦ green 126 ◦ blue 114

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

Shades of Brandy Rose #B97E72

Tints of Brandy Rose #B97E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 43.53%
G = 29.65%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B97E72 (or 0xB97E72) is known color: Brandy Rose. HEX triplet: B9, 7E and 72. RGB value is (185,126,114). Sum of RGB (Red+Green+Blue) = 185+126+114=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E72 is #46818D. Grayscale: #8E8E8E. Windows color (decimal): -4620686 or 7503545. OLE color: 7503545.

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

Color convert

RGB 185 126 114 -
CMYK 0 0.32 0.38 0.27
HSL 10.14º 0.34% 0.59% -
HSV(B) 10.14º 0.38% 0.73% -
XYZ 30.51 26.45 19.42 -
YUV 142.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 185 126 114 0 0.32 0.38 0.27 10.14 0.34 0.59
Hex B9 7E 72 0 20 26 1B A 22 3B
Octal 271 176 162 0 40 46 33 12 42 73
Binary 10111001 1111110 1110010 0 100000 100110 11011 1010 100010 111011

Color Harmonies of #B97E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E72

Black with #B97E72

Text Example


Text Example

White with #B97E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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