Html Css Color HEX #B68040 Brandy Punch

📋 copy color: '#B68040'

red 182 ◦ green 128 ◦ blue 64

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

Shades of Brandy Punch #B68040

Tints of Brandy Punch #B68040

RGB

 RED value IS 182 (71.48% from 255) = 48.66%

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

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 48.66%
G = 34.22%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B68040 (or 0xB68040) is known color: Brandy Punch. HEX triplet: B6, 80 and 40. RGB value is (182,128,64). Sum of RGB (Red+Green+Blue) = 182+128+64=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B68040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68040 is #497FBF. Grayscale: #898989. Windows color (decimal): -4816832 or 4227254. OLE color: 4227254.

HSL color Cylindrical-coordinate representation of color #B68040: hue angle of 32.54º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B68040 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 64 -
CMYK 0 0.30 0.65 0.29
HSL 32.54º 0.48% 0.48% -
HSV(B) 32.54º 0.65% 0.71% -
XYZ 27.94 25.75 8.35 -
YUV 136.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 182 128 64 0 0.30 0.65 0.29 32.54 0.48 0.48
Hex B6 80 40 0 1E 41 1D 21 30 30
Octal 266 200 100 0 36 101 35 41 60 60
Binary 10110110 10000000 1000000 0 11110 1000001 11101 100001 110000 110000

Color Harmonies of #B68040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68040

Black with #B68040

Text Example


Text Example

White with #B68040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68040; }

 p { color: rgb(182,128,64); }

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

background-color css

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

 a { background-color: rgb(182,128,64); }

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

border-color css

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

 span { border-color: rgb(182,128,64); }

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