Html Css Color HEX #B37A1E Pirate Gold

📋 copy color: '#B37A1E'

red 179 ◦ green 122 ◦ blue 30

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

Shades of Pirate Gold #B37A1E

Tints of Pirate Gold #B37A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.86%

 BLUE value IS 30 (12.11% from 255) = 9.06%

R = 54.08%
G = 36.86%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B37A1E (or 0xB37A1E) is known color: Pirate Gold. HEX triplet: B3, 7A and 1E. RGB value is (179,122,30). Sum of RGB (Red+Green+Blue) = 179+122+30=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B37A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37A1E is #4C85E1. Grayscale: #808080. Windows color (decimal): -5015010 or 1997491. OLE color: 1997491.

HSL color Cylindrical-coordinate representation of color #B37A1E: hue angle of 37.05º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B37A1E is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 122 30 -
CMYK 0 0.32 0.83 0.30
HSL 37.05º 0.71% 0.41% -
HSV(B) 37.05º 0.83% 0.7% -
XYZ 25.78 23.6 4.42 -
YUV 128.56 72.38 163.98 -
System Red Green Blue C M Y K H S L
Decimal 179 122 30 0 0.32 0.83 0.30 37.05 0.71 0.41
Hex B3 7A 1E 0 20 53 1E 25 47 29
Octal 263 172 36 0 40 123 36 45 107 51
Binary 10110011 1111010 11110 0 100000 1010011 11110 100101 1000111 101001

Color Harmonies of #B37A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37A1E

Black with #B37A1E

Text Example


Text Example

White with #B37A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37A1E; }

 p { color: rgb(179,122,30); }

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

background-color css

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

 a { background-color: rgb(179,122,30); }

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

border-color css

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

 span { border-color: rgb(179,122,30); }

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