Html Css Color HEX #B77D3E Brandy Punch

📋 copy color: '#B77D3E'

red 183 ◦ green 125 ◦ blue 62

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

Shades of Brandy Punch #B77D3E

Tints of Brandy Punch #B77D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 49.46%
G = 33.78%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B77D3E (or 0xB77D3E) is known color: Brandy Punch. HEX triplet: B7, 7D and 3E. RGB value is (183,125,62). Sum of RGB (Red+Green+Blue) = 183+125+62=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D3E is #4882C1. Grayscale: #878787. Windows color (decimal): -4752066 or 4095415. OLE color: 4095415.

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

Color convert

RGB 183 125 62 -
CMYK 0 0.32 0.66 0.28
HSL 31.24º 0.49% 0.48% -
HSV(B) 31.24º 0.66% 0.72% -
XYZ 27.73 25.08 7.94 -
YUV 135.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 183 125 62 0 0.32 0.66 0.28 31.24 0.49 0.48
Hex B7 7D 3E 0 20 42 1C 1F 31 30
Octal 267 175 76 0 40 102 34 37 61 60
Binary 10110111 1111101 111110 0 100000 1000010 11100 11111 110001 110000

Color Harmonies of #B77D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D3E

Black with #B77D3E

Text Example


Text Example

White with #B77D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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