Html Css Color HEX #B67012 Pirate Gold

📋 copy color: '#B67012'

red 182 ◦ green 112 ◦ blue 18

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

Shades of Pirate Gold #B67012

Tints of Pirate Gold #B67012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.77%

R = 58.33%
G = 35.9%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B67012 (or 0xB67012) is known color: Pirate Gold. HEX triplet: B6, 70 and 12. RGB value is (182,112,18). Sum of RGB (Red+Green+Blue) = 182+112+18=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B67012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67012 is #498FED. Grayscale: #7A7A7A. Windows color (decimal): -4820974 or 1208502. OLE color: 1208502.

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

Color convert

RGB 182 112 18 -
CMYK 0 0.38 0.90 0.29
HSL 34.39º 0.82% 0.39% -
HSV(B) 34.39º 0.9% 0.71% -
XYZ 25.19 21.58 3.41 -
YUV 122.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 182 112 18 0 0.38 0.90 0.29 34.39 0.82 0.39
Hex B6 70 12 0 26 5A 1D 22 52 27
Octal 266 160 22 0 46 132 35 42 122 47
Binary 10110110 1110000 10010 0 100110 1011010 11101 100010 1010010 100111

Color Harmonies of #B67012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67012

Black with #B67012

Text Example


Text Example

White with #B67012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67012; }

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

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

background-color css

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

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

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

border-color css

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

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

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