Html Css Color HEX #B77C4C Brandy Punch

📋 copy color: '#B77C4C'

red 183 ◦ green 124 ◦ blue 76

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

Shades of Brandy Punch #B77C4C

Tints of Brandy Punch #B77C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.84%

R = 47.78%
G = 32.38%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B77C4C (or 0xB77C4C) is known color: Brandy Punch. HEX triplet: B7, 7C and 4C. RGB value is (183,124,76). Sum of RGB (Red+Green+Blue) = 183+124+76=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C4C is #4883B3. Grayscale: #888888. Windows color (decimal): -4752308 or 5012663. OLE color: 5012663.

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

Color convert

RGB 183 124 76 -
CMYK 0 0.32 0.58 0.28
HSL 26.92º 0.43% 0.51% -
HSV(B) 26.92º 0.58% 0.72% -
XYZ 28.04 25 10.19 -
YUV 136.17 94.05 161.4 -
System Red Green Blue C M Y K H S L
Decimal 183 124 76 0 0.32 0.58 0.28 26.92 0.43 0.51
Hex B7 7C 4C 0 20 3A 1C 1B 2B 33
Octal 267 174 114 0 40 72 34 33 53 63
Binary 10110111 1111100 1001100 0 100000 111010 11100 11011 101011 110011

Color Harmonies of #B77C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C4C

Black with #B77C4C

Text Example


Text Example

White with #B77C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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