Html Css Color HEX #B67D3C Brandy Punch

📋 copy color: '#B67D3C'

red 182 ◦ green 125 ◦ blue 60

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

Shades of Brandy Punch #B67D3C

Tints of Brandy Punch #B67D3C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 49.59%
G = 34.06%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B67D3C (or 0xB67D3C) is known color: Brandy Punch. HEX triplet: B6, 7D and 3C. RGB value is (182,125,60). Sum of RGB (Red+Green+Blue) = 182+125+60=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D3C is #4982C3. Grayscale: #868686. Windows color (decimal): -4817604 or 3964342. OLE color: 3964342.

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

Color convert

RGB 182 125 60 -
CMYK 0 0.31 0.67 0.29
HSL 31.97º 0.5% 0.47% -
HSV(B) 31.97º 0.67% 0.71% -
XYZ 27.44 24.94 7.64 -
YUV 134.63 85.88 161.79 -
System Red Green Blue C M Y K H S L
Decimal 182 125 60 0 0.31 0.67 0.29 31.97 0.5 0.47
Hex B6 7D 3C 0 1F 43 1D 20 32 2F
Octal 266 175 74 0 37 103 35 40 62 57
Binary 10110110 1111101 111100 0 11111 1000011 11101 100000 110010 101111

Color Harmonies of #B67D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D3C

Black with #B67D3C

Text Example


Text Example

White with #B67D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D3C; }

 p { color: rgb(182,125,60); }

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

background-color css

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

 a { background-color: rgb(182,125,60); }

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

border-color css

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

 span { border-color: rgb(182,125,60); }

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