Html Css Color HEX #B98344 Brandy Punch

📋 copy color: '#B98344'

red 185 ◦ green 131 ◦ blue 68

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

Shades of Brandy Punch #B98344

Tints of Brandy Punch #B98344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 48.18%
G = 34.11%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B98344 (or 0xB98344) is known color: Brandy Punch. HEX triplet: B9, 83 and 44. RGB value is (185,131,68). Sum of RGB (Red+Green+Blue) = 185+131+68=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B98344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98344 is #467CBB. Grayscale: #8C8C8C. Windows color (decimal): -4619452 or 4490169. OLE color: 4490169.

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

Color convert

RGB 185 131 68 -
CMYK 0 0.29 0.63 0.27
HSL 32.31º 0.46% 0.5% -
HSV(B) 32.31º 0.63% 0.73% -
XYZ 29.17 26.96 9.14 -
YUV 139.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 185 131 68 0 0.29 0.63 0.27 32.31 0.46 0.5
Hex B9 83 44 0 1D 3F 1B 20 2E 32
Octal 271 203 104 0 35 77 33 40 56 62
Binary 10111001 10000011 1000100 0 11101 111111 11011 100000 101110 110010

Color Harmonies of #B98344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98344

Black with #B98344

Text Example


Text Example

White with #B98344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98344; }

 p { color: rgb(185,131,68); }

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

background-color css

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

 a { background-color: rgb(185,131,68); }

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

border-color css

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

 span { border-color: rgb(185,131,68); }

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