Html Css Color HEX #B37825 Pirate Gold

📋 copy color: '#B37825'

red 179 ◦ green 120 ◦ blue 37

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

Shades of Pirate Gold #B37825

Tints of Pirate Gold #B37825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.71%

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

R = 53.27%
G = 35.71%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B37825 (or 0xB37825) is known color: Pirate Gold. HEX triplet: B3, 78 and 25. RGB value is (179,120,37). Sum of RGB (Red+Green+Blue) = 179+120+37=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 37 (14.84% from 255 or 11.01% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B37825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37825 is #4C87DA. Grayscale: #808080. Windows color (decimal): -5015515 or 2455731. OLE color: 2455731.

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

Color convert

RGB 179 120 37 -
CMYK 0 0.33 0.79 0.30
HSL 35.07º 0.66% 0.42% -
HSV(B) 35.07º 0.79% 0.7% -
XYZ 25.64 23.15 4.87 -
YUV 128.18 76.55 164.25 -
System Red Green Blue C M Y K H S L
Decimal 179 120 37 0 0.33 0.79 0.30 35.07 0.66 0.42
Hex B3 78 25 0 21 4F 1E 23 42 2A
Octal 263 170 45 0 41 117 36 43 102 52
Binary 10110011 1111000 100101 0 100001 1001111 11110 100011 1000010 101010

Color Harmonies of #B37825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37825

Black with #B37825

Text Example


Text Example

White with #B37825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37825; }

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

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

background-color css

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

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

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

border-color css

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

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

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