Html Css Color HEX #B67C49 Brandy Punch

📋 copy color: '#B67C49'

red 182 ◦ green 124 ◦ blue 73

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

Shades of Brandy Punch #B67C49

Tints of Brandy Punch #B67C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.72%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 48.02%
G = 32.72%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B67C49 (or 0xB67C49) is known color: Brandy Punch. HEX triplet: B6, 7C and 49. RGB value is (182,124,73). Sum of RGB (Red+Green+Blue) = 182+124+73=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C49 is #4983B6. Grayscale: #878787. Windows color (decimal): -4817847 or 4816054. OLE color: 4816054.

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

Color convert

RGB 182 124 73 -
CMYK 0 0.32 0.60 0.29
HSL 28.07º 0.43% 0.5% -
HSV(B) 28.07º 0.6% 0.71% -
XYZ 27.7 24.84 9.64 -
YUV 135.53 92.72 161.15 -
System Red Green Blue C M Y K H S L
Decimal 182 124 73 0 0.32 0.60 0.29 28.07 0.43 0.5
Hex B6 7C 49 0 20 3C 1D 1C 2B 32
Octal 266 174 111 0 40 74 35 34 53 62
Binary 10110110 1111100 1001001 0 100000 111100 11101 11100 101011 110010

Color Harmonies of #B67C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67C49

Black with #B67C49

Text Example


Text Example

White with #B67C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67C49; }

 p { color: rgb(182,124,73); }

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

background-color css

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

 a { background-color: rgb(182,124,73); }

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

border-color css

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

 span { border-color: rgb(182,124,73); }

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