Html Css Color HEX #B98449 Brandy Punch

📋 copy color: '#B98449'

red 185 ◦ green 132 ◦ blue 73

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

Shades of Brandy Punch #B98449

Tints of Brandy Punch #B98449

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 47.44%
G = 33.85%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#B98449 (or 0xB98449) is known color: Brandy Punch. HEX triplet: B9, 84 and 49. RGB value is (185,132,73). Sum of RGB (Red+Green+Blue) = 185+132+73=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B98449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98449 is #467BB6. Grayscale: #8D8D8D. Windows color (decimal): -4619191 or 4818105. OLE color: 4818105.

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

Color convert

RGB 185 132 73 -
CMYK 0 0.29 0.61 0.27
HSL 31.61º 0.44% 0.51% -
HSV(B) 31.61º 0.61% 0.73% -
XYZ 29.46 27.3 10.02 -
YUV 141.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 185 132 73 0 0.29 0.61 0.27 31.61 0.44 0.51
Hex B9 84 49 0 1D 3D 1B 20 2C 33
Octal 271 204 111 0 35 75 33 40 54 63
Binary 10111001 10000100 1001001 0 11101 111101 11011 100000 101100 110011

Color Harmonies of #B98449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98449

Black with #B98449

Text Example


Text Example

White with #B98449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98449; }

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

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

background-color css

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

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

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

border-color css

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

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

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