Html Css Color HEX #B37228 Pirate Gold

📋 copy color: '#B37228'

red 179 ◦ green 114 ◦ blue 40

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

Shades of Pirate Gold #B37228

Tints of Pirate Gold #B37228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.23%

 BLUE value IS 40 (16.02% from 255) = 12.01%

R = 53.75%
G = 34.23%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B37228 (or 0xB37228) is known color: Pirate Gold. HEX triplet: B3, 72 and 28. RGB value is (179,114,40). Sum of RGB (Red+Green+Blue) = 179+114+40=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B37228 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37228 is #4C8DD7. Grayscale: #7D7D7D. Windows color (decimal): -5017048 or 2650803. OLE color: 2650803.

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

Color convert

RGB 179 114 40 -
CMYK 0 0.36 0.78 0.30
HSL 31.94º 0.63% 0.43% -
HSV(B) 31.94º 0.78% 0.7% -
XYZ 24.99 21.77 4.89 -
YUV 125 80.03 166.52 -
System Red Green Blue C M Y K H S L
Decimal 179 114 40 0 0.36 0.78 0.30 31.94 0.63 0.43
Hex B3 72 28 0 24 4E 1E 20 3F 2B
Octal 263 162 50 0 44 116 36 40 77 53
Binary 10110011 1110010 101000 0 100100 1001110 11110 100000 111111 101011

Color Harmonies of #B37228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37228

Black with #B37228

Text Example


Text Example

White with #B37228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37228; }

 p { color: rgb(179,114,40); }

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

background-color css

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

 a { background-color: rgb(179,114,40); }

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

border-color css

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

 span { border-color: rgb(179,114,40); }

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