Html Css Color HEX #B67E42 Brandy Punch

📋 copy color: '#B67E42'

red 182 ◦ green 126 ◦ blue 66

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

Shades of Brandy Punch #B67E42

Tints of Brandy Punch #B67E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.69%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 48.66%
G = 33.69%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67E42 (or 0xB67E42) is known color: Brandy Punch. HEX triplet: B6, 7E and 42. RGB value is (182,126,66). Sum of RGB (Red+Green+Blue) = 182+126+66=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E42 is #4981BD. Grayscale: #888888. Windows color (decimal): -4817342 or 4357814. OLE color: 4357814.

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

Color convert

RGB 182 126 66 -
CMYK 0 0.31 0.64 0.29
HSL 31.03º 0.47% 0.49% -
HSV(B) 31.03º 0.64% 0.71% -
XYZ 27.74 25.26 8.57 -
YUV 135.9 88.55 160.88 -
System Red Green Blue C M Y K H S L
Decimal 182 126 66 0 0.31 0.64 0.29 31.03 0.47 0.49
Hex B6 7E 42 0 1F 40 1D 1F 2F 31
Octal 266 176 102 0 37 100 35 37 57 61
Binary 10110110 1111110 1000010 0 11111 1000000 11101 11111 101111 110001

Color Harmonies of #B67E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67E42

Black with #B67E42

Text Example


Text Example

White with #B67E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67E42; }

 p { color: rgb(182,126,66); }

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

background-color css

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

 a { background-color: rgb(182,126,66); }

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

border-color css

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

 span { border-color: rgb(182,126,66); }

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