Html Css Color HEX #B97C71 Brandy Rose

📋 copy color: '#B97C71'

red 185 ◦ green 124 ◦ blue 113

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

Shades of Brandy Rose #B97C71

Tints of Brandy Rose #B97C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 43.84%
G = 29.38%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97C71 (or 0xB97C71) is known color: Brandy Rose. HEX triplet: B9, 7C and 71. RGB value is (185,124,113). Sum of RGB (Red+Green+Blue) = 185+124+113=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97C71 is #46838E. Grayscale: #8D8D8D. Windows color (decimal): -4621199 or 7437497. OLE color: 7437497.

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

Color convert

RGB 185 124 113 -
CMYK 0 0.33 0.39 0.27
HSL 9.17º 0.34% 0.58% -
HSV(B) 9.17º 0.39% 0.73% -
XYZ 30.2 25.92 19.03 -
YUV 140.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 185 124 113 0 0.33 0.39 0.27 9.17 0.34 0.58
Hex B9 7C 71 0 21 27 1B 9 22 3A
Octal 271 174 161 0 41 47 33 11 42 72
Binary 10111001 1111100 1110001 0 100001 100111 11011 1001 100010 111010

Color Harmonies of #B97C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97C71

Black with #B97C71

Text Example


Text Example

White with #B97C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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