Html Css Color HEX #B98149 Brandy Punch

📋 copy color: '#B98149'

red 185 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #B98149

Tints of Brandy Punch #B98149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

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

R = 47.8%
G = 33.33%
B = 18.86%

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

#B98149 (or 0xB98149) is known color: Brandy Punch. HEX triplet: B9, 81 and 49. RGB value is (185,129,73). Sum of RGB (Red+Green+Blue) = 185+129+73=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B98149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98149 is #467EB6. Grayscale: #8B8B8B. Windows color (decimal): -4619959 or 4817337. OLE color: 4817337.

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

Color convert

RGB 185 129 73 -
CMYK 0 0.30 0.61 0.27
HSL 30º 0.44% 0.51% -
HSV(B) 30º 0.61% 0.73% -
XYZ 29.06 26.5 9.89 -
YUV 139.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 185 129 73 0 0.30 0.61 0.27 30 0.44 0.51
Hex B9 81 49 0 1E 3D 1B 1E 2C 33
Octal 271 201 111 0 36 75 33 36 54 63
Binary 10111001 10000001 1001001 0 11110 111101 11011 11110 101100 110011

Color Harmonies of #B98149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98149

Black with #B98149

Text Example


Text Example

White with #B98149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98149; }

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

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

background-color css

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

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

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

border-color css

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

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

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