Html Css Color HEX #B37527 Pirate Gold

📋 copy color: '#B37527'

red 179 ◦ green 117 ◦ blue 39

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

Shades of Pirate Gold #B37527

Tints of Pirate Gold #B37527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

 BLUE value IS 39 (15.63% from 255) = 11.64%

R = 53.43%
G = 34.93%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B37527 (or 0xB37527) is known color: Pirate Gold. HEX triplet: B3, 75 and 27. RGB value is (179,117,39). Sum of RGB (Red+Green+Blue) = 179+117+39=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B37527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37527 is #4C8AD8. Grayscale: #7F7F7F. Windows color (decimal): -5016281 or 2586035. OLE color: 2586035.

HSL color Cylindrical-coordinate representation of color #B37527: hue angle of 33.43º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B37527 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 39 -
CMYK 0 0.35 0.78 0.30
HSL 33.43º 0.64% 0.43% -
HSV(B) 33.43º 0.78% 0.7% -
XYZ 25.32 22.45 4.92 -
YUV 126.65 78.54 165.34 -
System Red Green Blue C M Y K H S L
Decimal 179 117 39 0 0.35 0.78 0.30 33.43 0.64 0.43
Hex B3 75 27 0 23 4E 1E 21 40 2B
Octal 263 165 47 0 43 116 36 41 100 53
Binary 10110011 1110101 100111 0 100011 1001110 11110 100001 1000000 101011

Color Harmonies of #B37527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37527

Black with #B37527

Text Example


Text Example

White with #B37527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37527; }

 p { color: rgb(179,117,39); }

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

background-color css

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

 a { background-color: rgb(179,117,39); }

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

border-color css

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

 span { border-color: rgb(179,117,39); }

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