Html Css Color HEX #B98472 Brandy Rose

📋 copy color: '#B98472'

red 185 ◦ green 132 ◦ blue 114

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

Shades of Brandy Rose #B98472

Tints of Brandy Rose #B98472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 42.92%
G = 30.63%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B98472 (or 0xB98472) is known color: Brandy Rose. HEX triplet: B9, 84 and 72. RGB value is (185,132,114). Sum of RGB (Red+Green+Blue) = 185+132+114=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B98472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98472 is #467B8D. Grayscale: #919191. Windows color (decimal): -4619150 or 7505081. OLE color: 7505081.

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

Color convert

RGB 185 132 114 -
CMYK 0 0.29 0.38 0.27
HSL 15.21º 0.34% 0.59% -
HSV(B) 15.21º 0.38% 0.73% -
XYZ 31.3 28.03 19.68 -
YUV 145.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 185 132 114 0 0.29 0.38 0.27 15.21 0.34 0.59
Hex B9 84 72 0 1D 26 1B F 22 3B
Octal 271 204 162 0 35 46 33 17 42 73
Binary 10111001 10000100 1110010 0 11101 100110 11011 1111 100010 111011

Color Harmonies of #B98472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98472

Black with #B98472

Text Example


Text Example

White with #B98472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98472; }

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

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

background-color css

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

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

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

border-color css

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

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

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