Html Css Color HEX #B77C42 Brandy Punch

📋 copy color: '#B77C42'

red 183 ◦ green 124 ◦ blue 66

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

Shades of Brandy Punch #B77C42

Tints of Brandy Punch #B77C42

RGB

 RED value IS 183 (71.88% from 255) = 49.06%

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

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

R = 49.06%
G = 33.24%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77C42 (or 0xB77C42) is known color: Brandy Punch. HEX triplet: B7, 7C and 42. RGB value is (183,124,66). Sum of RGB (Red+Green+Blue) = 183+124+66=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 66 (26.17% from 255 or 17.69% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C42 is #4883BD. Grayscale: #878787. Windows color (decimal): -4752318 or 4357303. OLE color: 4357303.

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

Color convert

RGB 183 124 66 -
CMYK 0 0.32 0.64 0.28
HSL 29.74º 0.47% 0.49% -
HSV(B) 29.74º 0.64% 0.72% -
XYZ 27.72 24.88 8.49 -
YUV 135.03 89.05 162.22 -
System Red Green Blue C M Y K H S L
Decimal 183 124 66 0 0.32 0.64 0.28 29.74 0.47 0.49
Hex B7 7C 42 0 20 40 1C 1E 2F 31
Octal 267 174 102 0 40 100 34 36 57 61
Binary 10110111 1111100 1000010 0 100000 1000000 11100 11110 101111 110001

Color Harmonies of #B77C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C42

Black with #B77C42

Text Example


Text Example

White with #B77C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C42; }

 p { color: rgb(183,124,66); }

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

background-color css

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

 a { background-color: rgb(183,124,66); }

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

border-color css

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

 span { border-color: rgb(183,124,66); }

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