Html Css Color HEX #B98E83 Brandy Rose

📋 copy color: '#B98E83'

red 185 ◦ green 142 ◦ blue 131

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

Shades of Brandy Rose #B98E83

Tints of Brandy Rose #B98E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31%

 BLUE value IS 131 (51.56% from 255) = 28.6%

R = 40.39%
G = 31%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#B98E83 (or 0xB98E83) is known color: Brandy Rose. HEX triplet: B9, 8E and 83. RGB value is (185,142,131). Sum of RGB (Red+Green+Blue) = 185+142+131=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 185 - color contains mainly: red. Hex color #B98E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98E83 is #46717C. Grayscale: #999999. Windows color (decimal): -4616573 or 8621753. OLE color: 8621753.

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

Color convert

RGB 185 142 131 -
CMYK 0 0.23 0.29 0.27
HSL 12.22º 0.28% 0.62% -
HSV(B) 12.22º 0.29% 0.73% -
XYZ 33.78 31.3 25.73 -
YUV 153.6 115.25 150.39 -
System Red Green Blue C M Y K H S L
Decimal 185 142 131 0 0.23 0.29 0.27 12.22 0.28 0.62
Hex B9 8E 83 0 17 1D 1B C 1C 3E
Octal 271 216 203 0 27 35 33 14 34 76
Binary 10111001 10001110 10000011 0 10111 11101 11011 1100 11100 111110

Color Harmonies of #B98E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98E83

Black with #B98E83

Text Example


Text Example

White with #B98E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98E83; }

 p { color: rgb(185,142,131); }

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

background-color css

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

 a { background-color: rgb(185,142,131); }

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

border-color css

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

 span { border-color: rgb(185,142,131); }

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