Html Css Color HEX #B98249 Brandy Punch

📋 copy color: '#B98249'

red 185 ◦ green 130 ◦ blue 73

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

Shades of Brandy Punch #B98249

Tints of Brandy Punch #B98249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 47.68%
G = 33.51%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98249 (or 0xB98249) is known color: Brandy Punch. HEX triplet: B9, 82 and 49. RGB value is (185,130,73). Sum of RGB (Red+Green+Blue) = 185+130+73=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B98249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98249 is #467DB6. Grayscale: #8C8C8C. Windows color (decimal): -4619703 or 4817593. OLE color: 4817593.

HSL color Cylindrical-coordinate representation of color #B98249: hue angle of 30.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B98249 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 130 73 -
CMYK 0 0.30 0.61 0.27
HSL 30.54º 0.44% 0.51% -
HSV(B) 30.54º 0.61% 0.73% -
XYZ 29.19 26.76 9.93 -
YUV 139.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 185 130 73 0 0.30 0.61 0.27 30.54 0.44 0.51
Hex B9 82 49 0 1E 3D 1B 1F 2C 33
Octal 271 202 111 0 36 75 33 37 54 63
Binary 10111001 10000010 1001001 0 11110 111101 11011 11111 101100 110011

Color Harmonies of #B98249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98249

Black with #B98249

Text Example


Text Example

White with #B98249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98249; }

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

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

background-color css

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

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

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

border-color css

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

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

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