Html Css Color HEX #B97E71 Brandy Rose

📋 copy color: '#B97E71'

red 185 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #B97E71

Tints of Brandy Rose #B97E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 43.63%
G = 29.72%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97E71 (or 0xB97E71) is known color: Brandy Rose. HEX triplet: B9, 7E and 71. RGB value is (185,126,113). Sum of RGB (Red+Green+Blue) = 185+126+113=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E71 is #46818E. Grayscale: #8E8E8E. Windows color (decimal): -4620687 or 7438009. OLE color: 7438009.

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

Color convert

RGB 185 126 113 -
CMYK 0 0.32 0.39 0.27
HSL 10.83º 0.34% 0.58% -
HSV(B) 10.83º 0.39% 0.73% -
XYZ 30.45 26.43 19.12 -
YUV 142.16 111.55 158.56 -
System Red Green Blue C M Y K H S L
Decimal 185 126 113 0 0.32 0.39 0.27 10.83 0.34 0.58
Hex B9 7E 71 0 20 27 1B B 22 3A
Octal 271 176 161 0 40 47 33 13 42 72
Binary 10111001 1111110 1110001 0 100000 100111 11011 1011 100010 111010

Color Harmonies of #B97E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E71

Black with #B97E71

Text Example


Text Example

White with #B97E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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