Html Css Color HEX #B77D41 Brandy Punch

📋 copy color: '#B77D41'

red 183 ◦ green 125 ◦ blue 65

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

Shades of Brandy Punch #B77D41

Tints of Brandy Punch #B77D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.43%

R = 49.06%
G = 33.51%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77D41 (or 0xB77D41) is known color: Brandy Punch. HEX triplet: B7, 7D and 41. RGB value is (183,125,65). Sum of RGB (Red+Green+Blue) = 183+125+65=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 65 (25.78% from 255 or 17.43% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D41 is #4882BE. Grayscale: #878787. Windows color (decimal): -4752063 or 4292023. OLE color: 4292023.

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

Color convert

RGB 183 125 65 -
CMYK 0 0.32 0.64 0.28
HSL 30.51º 0.48% 0.49% -
HSV(B) 30.51º 0.64% 0.72% -
XYZ 27.82 25.12 8.38 -
YUV 135.5 88.22 161.88 -
System Red Green Blue C M Y K H S L
Decimal 183 125 65 0 0.32 0.64 0.28 30.51 0.48 0.49
Hex B7 7D 41 0 20 40 1C 1F 30 31
Octal 267 175 101 0 40 100 34 37 60 61
Binary 10110111 1111101 1000001 0 100000 1000000 11100 11111 110000 110001

Color Harmonies of #B77D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D41

Black with #B77D41

Text Example


Text Example

White with #B77D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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