Html Css Color HEX #B67020 Pirate Gold

📋 copy color: '#B67020'

red 182 ◦ green 112 ◦ blue 32

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

Shades of Pirate Gold #B67020

Tints of Pirate Gold #B67020

RGB

 RED value IS 182 (71.48% from 255) = 55.83%

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 55.83%
G = 34.36%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B67020 (or 0xB67020) is known color: Pirate Gold. HEX triplet: B6, 70 and 20. RGB value is (182,112,32). Sum of RGB (Red+Green+Blue) = 182+112+32=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B67020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67020 is #498FDF. Grayscale: #7C7C7C. Windows color (decimal): -4820960 or 2126006. OLE color: 2126006.

HSL color Cylindrical-coordinate representation of color #B67020: hue angle of 32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B67020 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 32 -
CMYK 0 0.38 0.82 0.29
HSL 32º 0.7% 0.42% -
HSV(B) 32º 0.82% 0.71% -
XYZ 25.35 21.64 4.21 -
YUV 123.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 182 112 32 0 0.38 0.82 0.29 32 0.7 0.42
Hex B6 70 20 0 26 52 1D 20 46 2A
Octal 266 160 40 0 46 122 35 40 106 52
Binary 10110110 1110000 100000 0 100110 1010010 11101 100000 1000110 101010

Color Harmonies of #B67020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67020

Black with #B67020

Text Example


Text Example

White with #B67020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67020; }

 p { color: rgb(182,112,32); }

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

background-color css

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

 a { background-color: rgb(182,112,32); }

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

border-color css

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

 span { border-color: rgb(182,112,32); }

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