Html Css Color HEX #B98246 Brandy Punch

📋 copy color: '#B98246'

red 185 ◦ green 130 ◦ blue 70

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

Shades of Brandy Punch #B98246

Tints of Brandy Punch #B98246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 48.05%
G = 33.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B98246 (or 0xB98246) is known color: Brandy Punch. HEX triplet: B9, 82 and 46. RGB value is (185,130,70). Sum of RGB (Red+Green+Blue) = 185+130+70=385 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.05% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 185 - color contains mainly: red. Hex color #B98246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98246 is #467DB9. Grayscale: #8B8B8B. Windows color (decimal): -4619706 or 4620985. OLE color: 4620985.

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

Color convert

RGB 185 130 70 -
CMYK 0 0.30 0.62 0.27
HSL 31.3º 0.45% 0.5% -
HSV(B) 31.3º 0.62% 0.73% -
XYZ 29.1 26.72 9.42 -
YUV 139.61 88.72 160.38 -
System Red Green Blue C M Y K H S L
Decimal 185 130 70 0 0.30 0.62 0.27 31.3 0.45 0.5
Hex B9 82 46 0 1E 3E 1B 1F 2D 32
Octal 271 202 106 0 36 76 33 37 55 62
Binary 10111001 10000010 1000110 0 11110 111110 11011 11111 101101 110010

Color Harmonies of #B98246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98246

Black with #B98246

Text Example


Text Example

White with #B98246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98246; }

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

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

background-color css

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

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

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

border-color css

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

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

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