Html Css Color HEX #B27014 Pirate Gold

📋 copy color: '#B27014'

red 178 ◦ green 112 ◦ blue 20

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

Shades of Pirate Gold #B27014

Tints of Pirate Gold #B27014

RGB

 RED value IS 178 (69.92% from 255) = 57.42%

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

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 57.42%
G = 36.13%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B27014 (or 0xB27014) is known color: Pirate Gold. HEX triplet: B2, 70 and 14. RGB value is (178,112,20). Sum of RGB (Red+Green+Blue) = 178+112+20=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B27014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27014 is #4D8FEB. Grayscale: #797979. Windows color (decimal): -5083116 or 1339570. OLE color: 1339570.

HSL color Cylindrical-coordinate representation of color #B27014: hue angle of 34.94º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B27014 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 20 -
CMYK 0 0.37 0.89 0.30
HSL 34.94º 0.8% 0.39% -
HSV(B) 34.94º 0.89% 0.7% -
XYZ 24.28 21.1 3.46 -
YUV 121.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 178 112 20 0 0.37 0.89 0.30 34.94 0.8 0.39
Hex B2 70 14 0 25 59 1E 23 50 27
Octal 262 160 24 0 45 131 36 43 120 47
Binary 10110010 1110000 10100 0 100101 1011001 11110 100011 1010000 100111

Color Harmonies of #B27014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27014

Black with #B27014

Text Example


Text Example

White with #B27014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27014; }

 p { color: rgb(178,112,20); }

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

background-color css

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

 a { background-color: rgb(178,112,20); }

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

border-color css

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

 span { border-color: rgb(178,112,20); }

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