Html Css Color HEX #B77F40 Brandy Punch

📋 copy color: '#B77F40'

red 183 ◦ green 127 ◦ blue 64

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

Shades of Brandy Punch #B77F40

Tints of Brandy Punch #B77F40

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

 BLUE value IS 64 (25.39% from 255) = 17.11%

R = 48.93%
G = 33.96%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B77F40 (or 0xB77F40) is known color: Brandy Punch. HEX triplet: B7, 7F and 40. RGB value is (183,127,64). Sum of RGB (Red+Green+Blue) = 183+127+64=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 64 (25.39% from 255 or 17.11% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F40 is #4880BF. Grayscale: #888888. Windows color (decimal): -4751552 or 4226999. OLE color: 4226999.

HSL color Cylindrical-coordinate representation of color #B77F40: hue angle of 31.76º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B77F40 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 127 64 -
CMYK 0 0.31 0.65 0.28
HSL 31.76º 0.48% 0.48% -
HSV(B) 31.76º 0.65% 0.72% -
XYZ 28.04 25.62 8.32 -
YUV 136.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 183 127 64 0 0.31 0.65 0.28 31.76 0.48 0.48
Hex B7 7F 40 0 1F 41 1C 20 30 30
Octal 267 177 100 0 37 101 34 40 60 60
Binary 10110111 1111111 1000000 0 11111 1000001 11100 100000 110000 110000

Color Harmonies of #B77F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77F40

Black with #B77F40

Text Example


Text Example

White with #B77F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77F40; }

 p { color: rgb(183,127,64); }

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

background-color css

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

 a { background-color: rgb(183,127,64); }

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

border-color css

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

 span { border-color: rgb(183,127,64); }

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