Html Css Color HEX #B98577 Brandy Rose

📋 copy color: '#B98577'

red 185 ◦ green 133 ◦ blue 119

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

Shades of Brandy Rose #B98577

Tints of Brandy Rose #B98577

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.43%

 BLUE value IS 119 (46.88% from 255) = 27.23%

R = 42.33%
G = 30.43%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B98577 (or 0xB98577) is known color: Brandy Rose. HEX triplet: B9, 85 and 77. RGB value is (185,133,119). Sum of RGB (Red+Green+Blue) = 185+133+119=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B98577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98577 is #467A88. Grayscale: #939393. Windows color (decimal): -4618889 or 7833017. OLE color: 7833017.

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

Color convert

RGB 185 133 119 -
CMYK 0 0.28 0.36 0.27
HSL 12.73º 0.32% 0.6% -
HSV(B) 12.73º 0.36% 0.73% -
XYZ 31.72 28.42 21.27 -
YUV 146.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 185 133 119 0 0.28 0.36 0.27 12.73 0.32 0.6
Hex B9 85 77 0 1C 24 1B D 20 3C
Octal 271 205 167 0 34 44 33 15 40 74
Binary 10111001 10000101 1110111 0 11100 100100 11011 1101 100000 111100

Color Harmonies of #B98577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98577

Black with #B98577

Text Example


Text Example

White with #B98577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98577; }

 p { color: rgb(185,133,119); }

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

background-color css

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

 a { background-color: rgb(185,133,119); }

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

border-color css

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

 span { border-color: rgb(185,133,119); }

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