Html Css Color HEX #B77D3A Brandy Punch

📋 copy color: '#B77D3A'

red 183 ◦ green 125 ◦ blue 58

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

Shades of Brandy Punch #B77D3A

Tints of Brandy Punch #B77D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.85%

R = 50%
G = 34.15%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B77D3A (or 0xB77D3A) is known color: Brandy Punch. HEX triplet: B7, 7D and 3A. RGB value is (183,125,58). Sum of RGB (Red+Green+Blue) = 183+125+58=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 58 (23.05% from 255 or 15.85% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D3A is #4882C5. Grayscale: #878787. Windows color (decimal): -4752070 or 3833271. OLE color: 3833271.

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

Color convert

RGB 183 125 58 -
CMYK 0 0.32 0.68 0.28
HSL 32.16º 0.52% 0.47% -
HSV(B) 32.16º 0.68% 0.72% -
XYZ 27.63 25.04 7.38 -
YUV 134.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 183 125 58 0 0.32 0.68 0.28 32.16 0.52 0.47
Hex B7 7D 3A 0 20 44 1C 20 34 2F
Octal 267 175 72 0 40 104 34 40 64 57
Binary 10110111 1111101 111010 0 100000 1000100 11100 100000 110100 101111

Color Harmonies of #B77D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77D3A

Black with #B77D3A

Text Example


Text Example

White with #B77D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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