Html Css Color HEX #B77C4E Brandy Punch

📋 copy color: '#B77C4E'

red 183 ◦ green 124 ◦ blue 78

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

Shades of Brandy Punch #B77C4E

Tints of Brandy Punch #B77C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.26%

R = 47.53%
G = 32.21%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B77C4E (or 0xB77C4E) is known color: Brandy Punch. HEX triplet: B7, 7C and 4E. RGB value is (183,124,78). Sum of RGB (Red+Green+Blue) = 183+124+78=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C4E is #4883B1. Grayscale: #888888. Windows color (decimal): -4752306 or 5143735. OLE color: 5143735.

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

Color convert

RGB 183 124 78 -
CMYK 0 0.32 0.57 0.28
HSL 26.29º 0.42% 0.51% -
HSV(B) 26.29º 0.57% 0.72% -
XYZ 28.11 25.03 10.56 -
YUV 136.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 183 124 78 0 0.32 0.57 0.28 26.29 0.42 0.51
Hex B7 7C 4E 0 20 39 1C 1A 2A 33
Octal 267 174 116 0 40 71 34 32 52 63
Binary 10110111 1111100 1001110 0 100000 111001 11100 11010 101010 110011

Color Harmonies of #B77C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C4E

Black with #B77C4E

Text Example


Text Example

White with #B77C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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