Html Css Color HEX #B37028 Pirate Gold

📋 copy color: '#B37028'

red 179 ◦ green 112 ◦ blue 40

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

Shades of Pirate Gold #B37028

Tints of Pirate Gold #B37028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.84%

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

R = 54.08%
G = 33.84%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B37028 (or 0xB37028) is known color: Pirate Gold. HEX triplet: B3, 70 and 28. RGB value is (179,112,40). Sum of RGB (Red+Green+Blue) = 179+112+40=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B37028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37028 is #4C8FD7. Grayscale: #7C7C7C. Windows color (decimal): -5017560 or 2650291. OLE color: 2650291.

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

Color convert

RGB 179 112 40 -
CMYK 0 0.37 0.78 0.30
HSL 31.08º 0.63% 0.43% -
HSV(B) 31.08º 0.78% 0.7% -
XYZ 24.77 21.33 4.82 -
YUV 123.83 80.7 167.35 -
System Red Green Blue C M Y K H S L
Decimal 179 112 40 0 0.37 0.78 0.30 31.08 0.63 0.43
Hex B3 70 28 0 25 4E 1E 1F 3F 2B
Octal 263 160 50 0 45 116 36 37 77 53
Binary 10110011 1110000 101000 0 100101 1001110 11110 11111 111111 101011

Color Harmonies of #B37028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37028

Black with #B37028

Text Example


Text Example

White with #B37028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37028; }

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

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

background-color css

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

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

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

border-color css

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

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

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