Html Css Color HEX #B27015 Pirate Gold

📋 copy color: '#B27015'

red 178 ◦ green 112 ◦ blue 21

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

Shades of Pirate Gold #B27015

Tints of Pirate Gold #B27015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.75%

R = 57.23%
G = 36.01%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B27015 (or 0xB27015) is known color: Pirate Gold. HEX triplet: B2, 70 and 15. RGB value is (178,112,21). Sum of RGB (Red+Green+Blue) = 178+112+21=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B27015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27015 is #4D8FEA. Grayscale: #797979. Windows color (decimal): -5083115 or 1405106. OLE color: 1405106.

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

Color convert

RGB 178 112 21 -
CMYK 0 0.37 0.88 0.30
HSL 34.78º 0.79% 0.39% -
HSV(B) 34.78º 0.88% 0.7% -
XYZ 24.29 21.11 3.5 -
YUV 121.36 71.37 168.4 -
System Red Green Blue C M Y K H S L
Decimal 178 112 21 0 0.37 0.88 0.30 34.78 0.79 0.39
Hex B2 70 15 0 25 58 1E 23 4F 27
Octal 262 160 25 0 45 130 36 43 117 47
Binary 10110010 1110000 10101 0 100101 1011000 11110 100011 1001111 100111

Color Harmonies of #B27015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27015

Black with #B27015

Text Example


Text Example

White with #B27015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27015; }

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

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

background-color css

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

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

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

border-color css

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

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

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