Html Css Color HEX #B98046 Brandy Punch

📋 copy color: '#B98046'

red 185 ◦ green 128 ◦ blue 70

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

Shades of Brandy Punch #B98046

Tints of Brandy Punch #B98046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.42%

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

R = 48.3%
G = 33.42%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#B98046 (or 0xB98046) is known color: Brandy Punch. HEX triplet: B9, 80 and 46. RGB value is (185,128,70). Sum of RGB (Red+Green+Blue) = 185+128+70=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B98046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98046 is #467FB9. Grayscale: #8A8A8A. Windows color (decimal): -4620218 or 4620473. OLE color: 4620473.

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

Color convert

RGB 185 128 70 -
CMYK 0 0.31 0.62 0.27
HSL 30.26º 0.45% 0.5% -
HSV(B) 30.26º 0.62% 0.73% -
XYZ 28.83 26.19 9.33 -
YUV 138.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 185 128 70 0 0.31 0.62 0.27 30.26 0.45 0.5
Hex B9 80 46 0 1F 3E 1B 1E 2D 32
Octal 271 200 106 0 37 76 33 36 55 62
Binary 10111001 10000000 1000110 0 11111 111110 11011 11110 101101 110010

Color Harmonies of #B98046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98046

Black with #B98046

Text Example


Text Example

White with #B98046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98046; }

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

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

background-color css

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

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

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

border-color css

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

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

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