Html Css Color HEX #B47628 Pirate Gold

📋 copy color: '#B47628'

red 180 ◦ green 118 ◦ blue 40

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

Shades of Pirate Gold #B47628

Tints of Pirate Gold #B47628

RGB

 RED value IS 180 (70.7% from 255) = 53.25%

 GREEN value IS 118 (46.48% from 255) = 34.91%

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

R = 53.25%
G = 34.91%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B47628 (or 0xB47628) is known color: Pirate Gold. HEX triplet: B4, 76 and 28. RGB value is (180,118,40). Sum of RGB (Red+Green+Blue) = 180+118+40=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B47628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47628 is #4B89D7. Grayscale: #808080. Windows color (decimal): -4950488 or 2651828. OLE color: 2651828.

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

Color convert

RGB 180 118 40 -
CMYK 0 0.34 0.78 0.29
HSL 33.43º 0.64% 0.43% -
HSV(B) 33.43º 0.78% 0.71% -
XYZ 25.68 22.81 5.06 -
YUV 127.65 78.54 165.34 -
System Red Green Blue C M Y K H S L
Decimal 180 118 40 0 0.34 0.78 0.29 33.43 0.64 0.43
Hex B4 76 28 0 22 4E 1D 21 40 2B
Octal 264 166 50 0 42 116 35 41 100 53
Binary 10110100 1110110 101000 0 100010 1001110 11101 100001 1000000 101011

Color Harmonies of #B47628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47628

Black with #B47628

Text Example


Text Example

White with #B47628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47628; }

 p { color: rgb(180,118,40); }

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

background-color css

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

 a { background-color: rgb(180,118,40); }

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

border-color css

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

 span { border-color: rgb(180,118,40); }

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