Html Css Color HEX #B98275 Brandy Rose

📋 copy color: '#B98275'

red 185 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #B98275

Tints of Brandy Rose #B98275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 42.82%
G = 30.09%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B98275 (or 0xB98275) is known color: Brandy Rose. HEX triplet: B9, 82 and 75. RGB value is (185,130,117). Sum of RGB (Red+Green+Blue) = 185+130+117=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B98275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98275 is #467D8A. Grayscale: #919191. Windows color (decimal): -4619659 or 7701177. OLE color: 7701177.

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

Color convert

RGB 185 130 117 -
CMYK 0 0.30 0.37 0.27
HSL 11.47º 0.33% 0.59% -
HSV(B) 11.47º 0.37% 0.73% -
XYZ 31.2 27.56 20.51 -
YUV 144.96 112.22 156.56 -
System Red Green Blue C M Y K H S L
Decimal 185 130 117 0 0.30 0.37 0.27 11.47 0.33 0.59
Hex B9 82 75 0 1E 25 1B B 21 3B
Octal 271 202 165 0 36 45 33 13 41 73
Binary 10111001 10000010 1110101 0 11110 100101 11011 1011 100001 111011

Color Harmonies of #B98275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98275

Black with #B98275

Text Example


Text Example

White with #B98275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98275; }

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

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

background-color css

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

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

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

border-color css

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

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

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