Html Css Color HEX #B78220 Pirate Gold

📋 copy color: '#B78220'

red 183 ◦ green 130 ◦ blue 32

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

Shades of Pirate Gold #B78220

Tints of Pirate Gold #B78220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

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

R = 53.04%
G = 37.68%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B78220 (or 0xB78220) is known color: Pirate Gold. HEX triplet: B7, 82 and 20. RGB value is (183,130,32). Sum of RGB (Red+Green+Blue) = 183+130+32=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B78220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78220 is #487DDF. Grayscale: #878787. Windows color (decimal): -4750816 or 2130615. OLE color: 2130615.

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

Color convert

RGB 183 130 32 -
CMYK 0 0.29 0.83 0.28
HSL 38.94º 0.7% 0.42% -
HSV(B) 38.94º 0.83% 0.72% -
XYZ 27.77 26.14 4.95 -
YUV 134.68 70.06 162.47 -
System Red Green Blue C M Y K H S L
Decimal 183 130 32 0 0.29 0.83 0.28 38.94 0.7 0.42
Hex B7 82 20 0 1D 53 1C 27 46 2A
Octal 267 202 40 0 35 123 34 47 106 52
Binary 10110111 10000010 100000 0 11101 1010011 11100 100111 1000110 101010

Color Harmonies of #B78220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78220

Black with #B78220

Text Example


Text Example

White with #B78220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78220; }

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

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

background-color css

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

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

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

border-color css

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

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

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