Html Css Color HEX #B68247 Brandy Punch

📋 copy color: '#B68247'

red 182 ◦ green 130 ◦ blue 71

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

Shades of Brandy Punch #B68247

Tints of Brandy Punch #B68247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.54%

R = 47.52%
G = 33.94%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B68247 (or 0xB68247) is known color: Brandy Punch. HEX triplet: B6, 82 and 47. RGB value is (182,130,71). Sum of RGB (Red+Green+Blue) = 182+130+71=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B68247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68247 is #497DB8. Grayscale: #8B8B8B. Windows color (decimal): -4816313 or 4686518. OLE color: 4686518.

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

Color convert

RGB 182 130 71 -
CMYK 0 0.29 0.61 0.29
HSL 31.89º 0.44% 0.5% -
HSV(B) 31.89º 0.61% 0.71% -
XYZ 28.41 26.37 9.55 -
YUV 138.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 182 130 71 0 0.29 0.61 0.29 31.89 0.44 0.5
Hex B6 82 47 0 1D 3D 1D 20 2C 32
Octal 266 202 107 0 35 75 35 40 54 62
Binary 10110110 10000010 1000111 0 11101 111101 11101 100000 101100 110010

Color Harmonies of #B68247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68247

Black with #B68247

Text Example


Text Example

White with #B68247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68247; }

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

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

background-color css

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

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

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

border-color css

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

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

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