Html Css Color HEX #B77D4D Brandy Punch

📋 copy color: '#B77D4D'

red 183 ◦ green 125 ◦ blue 77

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

Shades of Brandy Punch #B77D4D

Tints of Brandy Punch #B77D4D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 77 (30.47% from 255) = 20%

R = 47.53%
G = 32.47%
B = 20%

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

#B77D4D (or 0xB77D4D) is known color: Brandy Punch. HEX triplet: B7, 7D and 4D. RGB value is (183,125,77). Sum of RGB (Red+Green+Blue) = 183+125+77=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77D4D is #4882B2. Grayscale: #898989. Windows color (decimal): -4752051 or 5078455. OLE color: 5078455.

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

Color convert

RGB 183 125 77 -
CMYK 0 0.32 0.58 0.28
HSL 27.17º 0.42% 0.51% -
HSV(B) 27.17º 0.58% 0.72% -
XYZ 28.2 25.27 10.41 -
YUV 136.87 94.22 160.9 -
System Red Green Blue C M Y K H S L
Decimal 183 125 77 0 0.32 0.58 0.28 27.17 0.42 0.51
Hex B7 7D 4D 0 20 3A 1C 1B 2A 33
Octal 267 175 115 0 40 72 34 33 52 63
Binary 10110111 1111101 1001101 0 100000 111010 11100 11011 101010 110011

Color Harmonies of #B77D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D4D

Black with #B77D4D

Text Example


Text Example

White with #B77D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D4D; }

 p { color: rgb(183,125,77); }

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

background-color css

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

 a { background-color: rgb(183,125,77); }

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

border-color css

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

 span { border-color: rgb(183,125,77); }

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