Html Css Color HEX #B98482 Brandy Rose

📋 copy color: '#B98482'

red 185 ◦ green 132 ◦ blue 130

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

Shades of Brandy Rose #B98482

Tints of Brandy Rose #B98482

RGB

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

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

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

R = 41.39%
G = 29.53%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#B98482 (or 0xB98482) is known color: Brandy Rose. HEX triplet: B9, 84 and 82. RGB value is (185,132,130). Sum of RGB (Red+Green+Blue) = 185+132+130=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B98482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98482 is #467B7D. Grayscale: #939393. Windows color (decimal): -4619134 or 8553657. OLE color: 8553657.

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

Color convert

RGB 185 132 130 -
CMYK 0 0.29 0.30 0.27
HSL 2.18º 0.28% 0.62% -
HSV(B) 2.18º 0.3% 0.73% -
XYZ 32.29 28.43 24.9 -
YUV 147.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 185 132 130 0 0.29 0.30 0.27 2.18 0.28 0.62
Hex B9 84 82 0 1D 1E 1B 2 1C 3E
Octal 271 204 202 0 35 36 33 2 34 76
Binary 10111001 10000100 10000010 0 11101 11110 11011 10 11100 111110

Color Harmonies of #B98482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98482

Black with #B98482

Text Example


Text Example

White with #B98482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98482; }

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

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

background-color css

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

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

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

border-color css

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

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

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