Html Css Color HEX #B37125 Pirate Gold

📋 copy color: '#B37125'

red 179 ◦ green 113 ◦ blue 37

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

Shades of Pirate Gold #B37125

Tints of Pirate Gold #B37125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 54.41%
G = 34.35%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B37125 (or 0xB37125) is known color: Pirate Gold. HEX triplet: B3, 71 and 25. RGB value is (179,113,37). Sum of RGB (Red+Green+Blue) = 179+113+37=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B37125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37125 is #4C8EDA. Grayscale: #7C7C7C. Windows color (decimal): -5017307 or 2453939. OLE color: 2453939.

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

Color convert

RGB 179 113 37 -
CMYK 0 0.37 0.79 0.30
HSL 32.11º 0.66% 0.42% -
HSV(B) 32.11º 0.79% 0.7% -
XYZ 24.83 21.53 4.6 -
YUV 124.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 179 113 37 0 0.37 0.79 0.30 32.11 0.66 0.42
Hex B3 71 25 0 25 4F 1E 20 42 2A
Octal 263 161 45 0 45 117 36 40 102 52
Binary 10110011 1110001 100101 0 100101 1001111 11110 100000 1000010 101010

Color Harmonies of #B37125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37125

Black with #B37125

Text Example


Text Example

White with #B37125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37125; }

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

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

background-color css

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

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

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

border-color css

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

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

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