Html Css Color HEX #B98471 Brandy Rose

📋 copy color: '#B98471'

red 185 ◦ green 132 ◦ blue 113

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

Shades of Brandy Rose #B98471

Tints of Brandy Rose #B98471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

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

R = 43.02%
G = 30.7%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#B98471 (or 0xB98471) is known color: Brandy Rose. HEX triplet: B9, 84 and 71. RGB value is (185,132,113). Sum of RGB (Red+Green+Blue) = 185+132+113=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B98471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98471 is #467B8E. Grayscale: #919191. Windows color (decimal): -4619151 or 7439545. OLE color: 7439545.

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

Color convert

RGB 185 132 113 -
CMYK 0 0.29 0.39 0.27
HSL 15.83º 0.34% 0.58% -
HSV(B) 15.83º 0.39% 0.73% -
XYZ 31.24 28.01 19.38 -
YUV 145.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 185 132 113 0 0.29 0.39 0.27 15.83 0.34 0.58
Hex B9 84 71 0 1D 27 1B 10 22 3A
Octal 271 204 161 0 35 47 33 20 42 72
Binary 10111001 10000100 1110001 0 11101 100111 11011 10000 100010 111010

Color Harmonies of #B98471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98471

Black with #B98471

Text Example


Text Example

White with #B98471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98471; }

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

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

background-color css

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

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

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

border-color css

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

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

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