Html Css Color HEX #B37725 Pirate Gold

📋 copy color: '#B37725'

red 179 ◦ green 119 ◦ blue 37

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

Shades of Pirate Gold #B37725

Tints of Pirate Gold #B37725

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

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

R = 53.43%
G = 35.52%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B37725 (or 0xB37725) is known color: Pirate Gold. HEX triplet: B3, 77 and 25. RGB value is (179,119,37). Sum of RGB (Red+Green+Blue) = 179+119+37=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B37725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37725 is #4C88DA. Grayscale: #7F7F7F. Windows color (decimal): -5015771 or 2455475. OLE color: 2455475.

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

Color convert

RGB 179 119 37 -
CMYK 0 0.34 0.79 0.30
HSL 34.65º 0.66% 0.42% -
HSV(B) 34.65º 0.79% 0.7% -
XYZ 25.52 22.91 4.83 -
YUV 127.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 179 119 37 0 0.34 0.79 0.30 34.65 0.66 0.42
Hex B3 77 25 0 22 4F 1E 23 42 2A
Octal 263 167 45 0 42 117 36 43 102 52
Binary 10110011 1110111 100101 0 100010 1001111 11110 100011 1000010 101010

Color Harmonies of #B37725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37725

Black with #B37725

Text Example


Text Example

White with #B37725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37725; }

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

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

background-color css

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

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

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

border-color css

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

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

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