Html Css Color HEX #B97E70 Brandy Rose

📋 copy color: '#B97E70'

red 185 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #B97E70

Tints of Brandy Rose #B97E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.48%

R = 43.74%
G = 29.79%
B = 26.48%

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

#B97E70 (or 0xB97E70) is known color: Brandy Rose. HEX triplet: B9, 7E and 70. RGB value is (185,126,112). Sum of RGB (Red+Green+Blue) = 185+126+112=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B97E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97E70 is #46818F. Grayscale: #8E8E8E. Windows color (decimal): -4620688 or 7372473. OLE color: 7372473.

HSL color Cylindrical-coordinate representation of color #B97E70: hue angle of 11.51º 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 #B97E70 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 126 112 -
CMYK 0 0.32 0.39 0.27
HSL 11.51º 0.34% 0.58% -
HSV(B) 11.51º 0.39% 0.73% -
XYZ 30.39 26.41 18.82 -
YUV 142.05 111.05 158.64 -
System Red Green Blue C M Y K H S L
Decimal 185 126 112 0 0.32 0.39 0.27 11.51 0.34 0.58
Hex B9 7E 70 0 20 27 1B C 22 3A
Octal 271 176 160 0 40 47 33 14 42 72
Binary 10111001 1111110 1110000 0 100000 100111 11011 1100 100010 111010

Color Harmonies of #B97E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97E70

Black with #B97E70

Text Example


Text Example

White with #B97E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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