Html Css Color HEX #B77620 Pirate Gold

📋 copy color: '#B77620'

red 183 ◦ green 118 ◦ blue 32

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

Shades of Pirate Gold #B77620

Tints of Pirate Gold #B77620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.44%

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

R = 54.95%
G = 35.44%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B77620 (or 0xB77620) is known color: Pirate Gold. HEX triplet: B7, 76 and 20. RGB value is (183,118,32). Sum of RGB (Red+Green+Blue) = 183+118+32=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B77620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77620 is #4889DF. Grayscale: #808080. Windows color (decimal): -4753888 or 2127543. OLE color: 2127543.

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

Color convert

RGB 183 118 32 -
CMYK 0 0.36 0.83 0.28
HSL 34.17º 0.7% 0.42% -
HSV(B) 34.17º 0.83% 0.72% -
XYZ 26.27 23.13 4.45 -
YUV 127.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 183 118 32 0 0.36 0.83 0.28 34.17 0.7 0.42
Hex B7 76 20 0 24 53 1C 22 46 2A
Octal 267 166 40 0 44 123 34 42 106 52
Binary 10110111 1110110 100000 0 100100 1010011 11100 100010 1000110 101010

Color Harmonies of #B77620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77620

Black with #B77620

Text Example


Text Example

White with #B77620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77620; }

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

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

background-color css

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

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

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

border-color css

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

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

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