Html Css Color HEX #B37115 Pirate Gold

📋 copy color: '#B37115'

red 179 ◦ green 113 ◦ blue 21

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

Shades of Pirate Gold #B37115

Tints of Pirate Gold #B37115

RGB

 RED value IS 179 (70.31% from 255) = 57.19%

 GREEN value IS 113 (44.53% from 255) = 36.1%

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

R = 57.19%
G = 36.1%
B = 6.71%

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

#B37115 (or 0xB37115) is known color: Pirate Gold. HEX triplet: B3, 71 and 15. RGB value is (179,113,21). Sum of RGB (Red+Green+Blue) = 179+113+21=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 21 (8.59% from 255 or 6.71% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B37115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37115 is #4C8EEA. Grayscale: #7A7A7A. Windows color (decimal): -5017323 or 1405363. OLE color: 1405363.

HSL color Cylindrical-coordinate representation of color #B37115: hue angle of 34.94º 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 #B37115 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 113 21 -
CMYK 0 0.37 0.88 0.30
HSL 34.94º 0.79% 0.39% -
HSV(B) 34.94º 0.88% 0.7% -
XYZ 24.63 21.45 3.55 -
YUV 122.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 179 113 21 0 0.37 0.88 0.30 34.94 0.79 0.39
Hex B3 71 15 0 25 58 1E 23 4F 27
Octal 263 161 25 0 45 130 36 43 117 47
Binary 10110011 1110001 10101 0 100101 1011000 11110 100011 1001111 100111

Color Harmonies of #B37115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37115

Black with #B37115

Text Example


Text Example

White with #B37115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37115; }

 p { color: rgb(179,113,21); }

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

background-color css

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

 a { background-color: rgb(179,113,21); }

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

border-color css

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

 span { border-color: rgb(179,113,21); }

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