Html Css Color HEX #B98A81 Brandy Rose

📋 copy color: '#B98A81'

red 185 ◦ green 138 ◦ blue 129

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

Shades of Brandy Rose #B98A81

Tints of Brandy Rose #B98A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.53%

 BLUE value IS 129 (50.78% from 255) = 28.54%

R = 40.93%
G = 30.53%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B98A81 (or 0xB98A81) is known color: Brandy Rose. HEX triplet: B9, 8A and 81. RGB value is (185,138,129). Sum of RGB (Red+Green+Blue) = 185+138+129=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A81 is #46757E. Grayscale: #979797. Windows color (decimal): -4617599 or 8489657. OLE color: 8489657.

HSL color Cylindrical-coordinate representation of color #B98A81: hue angle of 9.64º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B98A81 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 138 129 -
CMYK 0 0.25 0.30 0.27
HSL 9.64º 0.29% 0.62% -
HSV(B) 9.64º 0.3% 0.73% -
XYZ 33.06 30.08 24.83 -
YUV 151.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 185 138 129 0 0.25 0.30 0.27 9.64 0.29 0.62
Hex B9 8A 81 0 19 1E 1B A 1D 3E
Octal 271 212 201 0 31 36 33 12 35 76
Binary 10111001 10001010 10000001 0 11001 11110 11011 1010 11101 111110

Color Harmonies of #B98A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A81

Black with #B98A81

Text Example


Text Example

White with #B98A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A81; }

 p { color: rgb(185,138,129); }

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

background-color css

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

 a { background-color: rgb(185,138,129); }

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

border-color css

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

 span { border-color: rgb(185,138,129); }

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