Html Css Color HEX #B98044 Brandy Punch

📋 copy color: '#B98044'

red 185 ◦ green 128 ◦ blue 68

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

Shades of Brandy Punch #B98044

Tints of Brandy Punch #B98044

RGB

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

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

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

R = 48.56%
G = 33.6%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#B98044 (or 0xB98044) is known color: Brandy Punch. HEX triplet: B9, 80 and 44. RGB value is (185,128,68). Sum of RGB (Red+Green+Blue) = 185+128+68=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B98044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B98044 is #467FBB. Grayscale: #8A8A8A. Windows color (decimal): -4620220 or 4489401. OLE color: 4489401.

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

Color convert

RGB 185 128 68 -
CMYK 0 0.31 0.63 0.27
HSL 30.77º 0.46% 0.5% -
HSV(B) 30.77º 0.63% 0.73% -
XYZ 28.77 26.17 9 -
YUV 138.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 185 128 68 0 0.31 0.63 0.27 30.77 0.46 0.5
Hex B9 80 44 0 1F 3F 1B 1F 2E 32
Octal 271 200 104 0 37 77 33 37 56 62
Binary 10111001 10000000 1000100 0 11111 111111 11011 11111 101110 110010

Color Harmonies of #B98044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98044

Black with #B98044

Text Example


Text Example

White with #B98044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98044; }

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

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

background-color css

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

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

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

border-color css

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

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

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