Html Css Color HEX #B77220 Pirate Gold

📋 copy color: '#B77220'

red 183 ◦ green 114 ◦ blue 32

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

Shades of Pirate Gold #B77220

Tints of Pirate Gold #B77220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 55.62%
G = 34.65%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B77220 (or 0xB77220) is known color: Pirate Gold. HEX triplet: B7, 72 and 20. RGB value is (183,114,32). Sum of RGB (Red+Green+Blue) = 183+114+32=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B77220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77220 is #488DDF. Grayscale: #7D7D7D. Windows color (decimal): -4754912 or 2126519. OLE color: 2126519.

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

Color convert

RGB 183 114 32 -
CMYK 0 0.38 0.83 0.28
HSL 32.58º 0.7% 0.42% -
HSV(B) 32.58º 0.83% 0.72% -
XYZ 25.81 22.21 4.29 -
YUV 125.28 75.36 169.17 -
System Red Green Blue C M Y K H S L
Decimal 183 114 32 0 0.38 0.83 0.28 32.58 0.7 0.42
Hex B7 72 20 0 26 53 1C 21 46 2A
Octal 267 162 40 0 46 123 34 41 106 52
Binary 10110111 1110010 100000 0 100110 1010011 11100 100001 1000110 101010

Color Harmonies of #B77220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77220

Black with #B77220

Text Example


Text Example

White with #B77220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77220; }

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

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

background-color css

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

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

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

border-color css

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

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

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