Html Css Color HEX #B98A82 Brandy Rose

📋 copy color: '#B98A82'

red 185 ◦ green 138 ◦ blue 130

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

Shades of Brandy Rose #B98A82

Tints of Brandy Rose #B98A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.7%

R = 40.84%
G = 30.46%
B = 28.7%

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

#B98A82 (or 0xB98A82) is known color: Brandy Rose. HEX triplet: B9, 8A and 82. RGB value is (185,138,130). Sum of RGB (Red+Green+Blue) = 185+138+130=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98A82 is #46757D. Grayscale: #979797. Windows color (decimal): -4617598 or 8555193. OLE color: 8555193.

HSL color Cylindrical-coordinate representation of color #B98A82: hue angle of 8.73º degrees, saturation: 0.28, 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 #B98A82 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 138 130 -
CMYK 0 0.25 0.30 0.27
HSL 8.73º 0.28% 0.62% -
HSV(B) 8.73º 0.3% 0.73% -
XYZ 33.13 30.1 25.18 -
YUV 151.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 185 138 130 0 0.25 0.30 0.27 8.73 0.28 0.62
Hex B9 8A 82 0 19 1E 1B 9 1C 3E
Octal 271 212 202 0 31 36 33 11 34 76
Binary 10111001 10001010 10000010 0 11001 11110 11011 1001 11100 111110

Color Harmonies of #B98A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98A82

Black with #B98A82

Text Example


Text Example

White with #B98A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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