Html Css Color HEX #B98575 Brandy Rose

📋 copy color: '#B98575'

red 185 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #B98575

Tints of Brandy Rose #B98575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 42.53%
G = 30.57%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B98575 (or 0xB98575) is known color: Brandy Rose. HEX triplet: B9, 85 and 75. RGB value is (185,133,117). Sum of RGB (Red+Green+Blue) = 185+133+117=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B98575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98575 is #467A8A. Grayscale: #929292. Windows color (decimal): -4618891 or 7701945. OLE color: 7701945.

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

Color convert

RGB 185 133 117 -
CMYK 0 0.28 0.37 0.27
HSL 14.12º 0.33% 0.59% -
HSV(B) 14.12º 0.37% 0.73% -
XYZ 31.61 28.37 20.64 -
YUV 146.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 185 133 117 0 0.28 0.37 0.27 14.12 0.33 0.59
Hex B9 85 75 0 1C 25 1B E 21 3B
Octal 271 205 165 0 34 45 33 16 41 73
Binary 10111001 10000101 1110101 0 11100 100101 11011 1110 100001 111011

Color Harmonies of #B98575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98575

Black with #B98575

Text Example


Text Example

White with #B98575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98575; }

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

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

background-color css

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

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

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

border-color css

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

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

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