Html Css Color HEX #B9803E Brandy Punch

📋 copy color: '#B9803E'

red 185 ◦ green 128 ◦ blue 62

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

Shades of Brandy Punch #B9803E

Tints of Brandy Punch #B9803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.53%

R = 49.33%
G = 34.13%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9803E (or 0xB9803E) is known color: Brandy Punch. HEX triplet: B9, 80 and 3E. RGB value is (185,128,62). Sum of RGB (Red+Green+Blue) = 185+128+62=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B9803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9803E is #467FC1. Grayscale: #898989. Windows color (decimal): -4620226 or 4096185. OLE color: 4096185.

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

Color convert

RGB 185 128 62 -
CMYK 0 0.31 0.66 0.27
HSL 32.2º 0.5% 0.48% -
HSV(B) 32.2º 0.66% 0.73% -
XYZ 28.6 26.1 8.09 -
YUV 137.52 85.38 161.87 -
System Red Green Blue C M Y K H S L
Decimal 185 128 62 0 0.31 0.66 0.27 32.2 0.5 0.48
Hex B9 80 3E 0 1F 42 1B 20 32 30
Octal 271 200 76 0 37 102 33 40 62 60
Binary 10111001 10000000 111110 0 11111 1000010 11011 100000 110010 110000

Color Harmonies of #B9803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9803E

Black with #B9803E

Text Example


Text Example

White with #B9803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9803E; }

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

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

background-color css

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

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

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

border-color css

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

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

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