Html Css Color HEX #B67742 Brandy Punch

📋 copy color: '#B67742'

red 182 ◦ green 119 ◦ blue 66

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

Shades of Brandy Punch #B67742

Tints of Brandy Punch #B67742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.43%

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

R = 49.59%
G = 32.43%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67742 (or 0xB67742) is known color: Brandy Punch. HEX triplet: B6, 77 and 42. RGB value is (182,119,66). Sum of RGB (Red+Green+Blue) = 182+119+66=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B67742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67742 is #4988BD. Grayscale: #848484. Windows color (decimal): -4819134 or 4356022. OLE color: 4356022.

HSL color Cylindrical-coordinate representation of color #B67742: hue angle of 27.41º 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 #B67742 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 119 66 -
CMYK 0 0.35 0.64 0.29
HSL 27.41º 0.47% 0.49% -
HSV(B) 27.41º 0.64% 0.71% -
XYZ 26.87 23.53 8.28 -
YUV 131.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 182 119 66 0 0.35 0.64 0.29 27.41 0.47 0.49
Hex B6 77 42 0 23 40 1D 1B 2F 31
Octal 266 167 102 0 43 100 35 33 57 61
Binary 10110110 1110111 1000010 0 100011 1000000 11101 11011 101111 110001

Color Harmonies of #B67742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67742

Black with #B67742

Text Example


Text Example

White with #B67742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67742; }

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

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

background-color css

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

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

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

border-color css

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

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

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