Html Css Color HEX #B68246 Brandy Punch

📋 copy color: '#B68246'

red 182 ◦ green 130 ◦ blue 70

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

Shades of Brandy Punch #B68246

Tints of Brandy Punch #B68246

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.03%

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

R = 47.64%
G = 34.03%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B68246 (or 0xB68246) is known color: Brandy Punch. HEX triplet: B6, 82 and 46. RGB value is (182,130,70). Sum of RGB (Red+Green+Blue) = 182+130+70=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 70 (27.73% from 255 or 18.32% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B68246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68246 is #497DB9. Grayscale: #8B8B8B. Windows color (decimal): -4816314 or 4620982. OLE color: 4620982.

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

Color convert

RGB 182 130 70 -
CMYK 0 0.29 0.62 0.29
HSL 32.14º 0.44% 0.49% -
HSV(B) 32.14º 0.62% 0.71% -
XYZ 28.38 26.35 9.39 -
YUV 138.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 182 130 70 0 0.29 0.62 0.29 32.14 0.44 0.49
Hex B6 82 46 0 1D 3E 1D 20 2C 31
Octal 266 202 106 0 35 76 35 40 54 61
Binary 10110110 10000010 1000110 0 11101 111110 11101 100000 101100 110001

Color Harmonies of #B68246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68246

Black with #B68246

Text Example


Text Example

White with #B68246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68246; }

 p { color: rgb(182,130,70); }

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

background-color css

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

 a { background-color: rgb(182,130,70); }

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

border-color css

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

 span { border-color: rgb(182,130,70); }

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