Html Css Color HEX #B77520 Pirate Gold

📋 copy color: '#B77520'

red 183 ◦ green 117 ◦ blue 32

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

Shades of Pirate Gold #B77520

Tints of Pirate Gold #B77520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 55.12%
G = 35.24%
B = 9.64%

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

#B77520 (or 0xB77520) is known color: Pirate Gold. HEX triplet: B7, 75 and 20. RGB value is (183,117,32). Sum of RGB (Red+Green+Blue) = 183+117+32=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B77520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77520 is #488ADF. Grayscale: #7F7F7F. Windows color (decimal): -4754144 or 2127287. OLE color: 2127287.

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

Color convert

RGB 183 117 32 -
CMYK 0 0.36 0.83 0.28
HSL 33.77º 0.7% 0.42% -
HSV(B) 33.77º 0.83% 0.72% -
XYZ 26.15 22.89 4.41 -
YUV 127.04 74.37 167.91 -
System Red Green Blue C M Y K H S L
Decimal 183 117 32 0 0.36 0.83 0.28 33.77 0.7 0.42
Hex B7 75 20 0 24 53 1C 22 46 2A
Octal 267 165 40 0 44 123 34 42 106 52
Binary 10110111 1110101 100000 0 100100 1010011 11100 100010 1000110 101010

Color Harmonies of #B77520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77520

Black with #B77520

Text Example


Text Example

White with #B77520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77520; }

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

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

background-color css

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

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

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

border-color css

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

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

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