Html Css Color HEX #B77E4C Brandy Punch

📋 copy color: '#B77E4C'

red 183 ◦ green 126 ◦ blue 76

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

Shades of Brandy Punch #B77E4C

Tints of Brandy Punch #B77E4C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 47.53%
G = 32.73%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B77E4C (or 0xB77E4C) is known color: Brandy Punch. HEX triplet: B7, 7E and 4C. RGB value is (183,126,76). Sum of RGB (Red+Green+Blue) = 183+126+76=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E4C is #4881B3. Grayscale: #898989. Windows color (decimal): -4751796 or 5013175. OLE color: 5013175.

HSL color Cylindrical-coordinate representation of color #B77E4C: hue angle of 28.04º 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 #B77E4C is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 126 76 -
CMYK 0 0.31 0.58 0.28
HSL 28.04º 0.43% 0.51% -
HSV(B) 28.04º 0.58% 0.72% -
XYZ 28.29 25.51 10.27 -
YUV 137.34 93.38 160.57 -
System Red Green Blue C M Y K H S L
Decimal 183 126 76 0 0.31 0.58 0.28 28.04 0.43 0.51
Hex B7 7E 4C 0 1F 3A 1C 1C 2B 33
Octal 267 176 114 0 37 72 34 34 53 63
Binary 10110111 1111110 1001100 0 11111 111010 11100 11100 101011 110011

Color Harmonies of #B77E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E4C

Black with #B77E4C

Text Example


Text Example

White with #B77E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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