Html Css Color HEX #B77640 Brandy Punch

📋 copy color: '#B77640'

red 183 ◦ green 118 ◦ blue 64

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

Shades of Brandy Punch #B77640

Tints of Brandy Punch #B77640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 50.14%
G = 32.33%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B77640 (or 0xB77640) is known color: Brandy Punch. HEX triplet: B7, 76 and 40. RGB value is (183,118,64). Sum of RGB (Red+Green+Blue) = 183+118+64=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B77640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77640 is #4889BF. Grayscale: #838383. Windows color (decimal): -4753856 or 4224695. OLE color: 4224695.

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

Color convert

RGB 183 118 64 -
CMYK 0 0.36 0.65 0.28
HSL 27.23º 0.48% 0.48% -
HSV(B) 27.23º 0.65% 0.72% -
XYZ 26.93 23.39 7.95 -
YUV 131.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 183 118 64 0 0.36 0.65 0.28 27.23 0.48 0.48
Hex B7 76 40 0 24 41 1C 1B 30 30
Octal 267 166 100 0 44 101 34 33 60 60
Binary 10110111 1110110 1000000 0 100100 1000001 11100 11011 110000 110000

Color Harmonies of #B77640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77640

Black with #B77640

Text Example


Text Example

White with #B77640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77640; }

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

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

background-color css

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

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

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

border-color css

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

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

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