Html Css Color HEX #B77E41 Brandy Punch

📋 copy color: '#B77E41'

red 183 ◦ green 126 ◦ blue 65

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

Shades of Brandy Punch #B77E41

Tints of Brandy Punch #B77E41

RGB

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

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

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

R = 48.93%
G = 33.69%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B77E41 (or 0xB77E41) is known color: Brandy Punch. HEX triplet: B7, 7E and 41. RGB value is (183,126,65). Sum of RGB (Red+Green+Blue) = 183+126+65=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77E41 is #4881BE. Grayscale: #888888. Windows color (decimal): -4751807 or 4292279. OLE color: 4292279.

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

Color convert

RGB 183 126 65 -
CMYK 0 0.31 0.64 0.28
HSL 31.02º 0.48% 0.49% -
HSV(B) 31.02º 0.64% 0.72% -
XYZ 27.94 25.37 8.43 -
YUV 136.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 183 126 65 0 0.31 0.64 0.28 31.02 0.48 0.49
Hex B7 7E 41 0 1F 40 1C 1F 30 31
Octal 267 176 101 0 37 100 34 37 60 61
Binary 10110111 1111110 1000001 0 11111 1000000 11100 11111 110000 110001

Color Harmonies of #B77E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77E41

Black with #B77E41

Text Example


Text Example

White with #B77E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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