Html Css Color HEX #B97B71 Brandy Rose

📋 copy color: '#B97B71'

red 185 ◦ green 123 ◦ blue 113

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

Shades of Brandy Rose #B97B71

Tints of Brandy Rose #B97B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

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

R = 43.94%
G = 29.22%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B97B71 (or 0xB97B71) is known color: Brandy Rose. HEX triplet: B9, 7B and 71. RGB value is (185,123,113). Sum of RGB (Red+Green+Blue) = 185+123+113=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B97B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B97B71 is #46848E. Grayscale: #8C8C8C. Windows color (decimal): -4621455 or 7437241. OLE color: 7437241.

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

Color convert

RGB 185 123 113 -
CMYK 0 0.34 0.39 0.27
HSL 8.33º 0.34% 0.58% -
HSV(B) 8.33º 0.39% 0.73% -
XYZ 30.07 25.67 18.99 -
YUV 140.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 185 123 113 0 0.34 0.39 0.27 8.33 0.34 0.58
Hex B9 7B 71 0 22 27 1B 8 22 3A
Octal 271 173 161 0 42 47 33 10 42 72
Binary 10111001 1111011 1110001 0 100010 100111 11011 1000 100010 111010

Color Harmonies of #B97B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97B71

Black with #B97B71

Text Example


Text Example

White with #B97B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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