Html Css Color HEX #B37D1F Pirate Gold

📋 copy color: '#B37D1F'

red 179 ◦ green 125 ◦ blue 31

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

Shades of Pirate Gold #B37D1F

Tints of Pirate Gold #B37D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.31%

 BLUE value IS 31 (12.5% from 255) = 9.25%

R = 53.43%
G = 37.31%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B37D1F (or 0xB37D1F) is known color: Pirate Gold. HEX triplet: B3, 7D and 1F. RGB value is (179,125,31). Sum of RGB (Red+Green+Blue) = 179+125+31=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37D1F is #4C82E0. Grayscale: #828282. Windows color (decimal): -5014241 or 2063795. OLE color: 2063795.

HSL color Cylindrical-coordinate representation of color #B37D1F: hue angle of 38.11º degrees, saturation: 0.7, 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 #B37D1F is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 125 31 -
CMYK 0 0.30 0.83 0.30
HSL 38.11º 0.7% 0.41% -
HSV(B) 38.11º 0.83% 0.7% -
XYZ 26.17 24.35 4.62 -
YUV 130.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 179 125 31 0 0.30 0.83 0.30 38.11 0.7 0.41
Hex B3 7D 1F 0 1E 53 1E 26 46 29
Octal 263 175 37 0 36 123 36 46 106 51
Binary 10110011 1111101 11111 0 11110 1010011 11110 100110 1000110 101001

Color Harmonies of #B37D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37D1F

Black with #B37D1F

Text Example


Text Example

White with #B37D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37D1F; }

 p { color: rgb(179,125,31); }

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

background-color css

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

 a { background-color: rgb(179,125,31); }

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

border-color css

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

 span { border-color: rgb(179,125,31); }

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