Html Css Color HEX #B77C20 Pirate Gold

📋 copy color: '#B77C20'

red 183 ◦ green 124 ◦ blue 32

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

Shades of Pirate Gold #B77C20

Tints of Pirate Gold #B77C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.58%

 BLUE value IS 32 (12.89% from 255) = 9.44%

R = 53.98%
G = 36.58%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B77C20 (or 0xB77C20) is known color: Pirate Gold. HEX triplet: B7, 7C and 20. RGB value is (183,124,32). Sum of RGB (Red+Green+Blue) = 183+124+32=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 124 (48.83% from 255 or 36.58% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C20 is #4883DF. Grayscale: #838383. Windows color (decimal): -4752352 or 2129079. OLE color: 2129079.

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

Color convert

RGB 183 124 32 -
CMYK 0 0.32 0.83 0.28
HSL 36.56º 0.7% 0.42% -
HSV(B) 36.56º 0.83% 0.72% -
XYZ 27 24.59 4.69 -
YUV 131.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 183 124 32 0 0.32 0.83 0.28 36.56 0.7 0.42
Hex B7 7C 20 0 20 53 1C 25 46 2A
Octal 267 174 40 0 40 123 34 45 106 52
Binary 10110111 1111100 100000 0 100000 1010011 11100 100101 1000110 101010

Color Harmonies of #B77C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C20

Black with #B77C20

Text Example


Text Example

White with #B77C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C20; }

 p { color: rgb(183,124,32); }

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

background-color css

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

 a { background-color: rgb(183,124,32); }

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

border-color css

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

 span { border-color: rgb(183,124,32); }

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