Html Css Color HEX #B67B42 Brandy Punch

📋 copy color: '#B67B42'

red 182 ◦ green 123 ◦ blue 66

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

Shades of Brandy Punch #B67B42

Tints of Brandy Punch #B67B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

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

R = 49.06%
G = 33.15%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B67B42 (or 0xB67B42) is known color: Brandy Punch. HEX triplet: B6, 7B and 42. RGB value is (182,123,66). Sum of RGB (Red+Green+Blue) = 182+123+66=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B42 is #4984BD. Grayscale: #868686. Windows color (decimal): -4818110 or 4357046. OLE color: 4357046.

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

Color convert

RGB 182 123 66 -
CMYK 0 0.32 0.64 0.29
HSL 29.48º 0.47% 0.49% -
HSV(B) 29.48º 0.64% 0.71% -
XYZ 27.36 24.5 8.44 -
YUV 134.14 89.55 162.13 -
System Red Green Blue C M Y K H S L
Decimal 182 123 66 0 0.32 0.64 0.29 29.48 0.47 0.49
Hex B6 7B 42 0 20 40 1D 1D 2F 31
Octal 266 173 102 0 40 100 35 35 57 61
Binary 10110110 1111011 1000010 0 100000 1000000 11101 11101 101111 110001

Color Harmonies of #B67B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B42

Black with #B67B42

Text Example


Text Example

White with #B67B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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