Html Css Color HEX #B47728 Pirate Gold

📋 copy color: '#B47728'

red 180 ◦ green 119 ◦ blue 40

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

Shades of Pirate Gold #B47728

Tints of Pirate Gold #B47728

RGB

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

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

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

R = 53.1%
G = 35.1%
B = 11.8%

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

#B47728 (or 0xB47728) is known color: Pirate Gold. HEX triplet: B4, 77 and 28. RGB value is (180,119,40). Sum of RGB (Red+Green+Blue) = 180+119+40=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B47728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47728 is #4B88D7. Grayscale: #808080. Windows color (decimal): -4950232 or 2652084. OLE color: 2652084.

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

Color convert

RGB 180 119 40 -
CMYK 0 0.34 0.78 0.29
HSL 33.86º 0.64% 0.43% -
HSV(B) 33.86º 0.78% 0.71% -
XYZ 25.8 23.05 5.1 -
YUV 128.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 180 119 40 0 0.34 0.78 0.29 33.86 0.64 0.43
Hex B4 77 28 0 22 4E 1D 22 40 2B
Octal 264 167 50 0 42 116 35 42 100 53
Binary 10110100 1110111 101000 0 100010 1001110 11101 100010 1000000 101011

Color Harmonies of #B47728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47728

Black with #B47728

Text Example


Text Example

White with #B47728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47728; }

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

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

background-color css

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

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

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

border-color css

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

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

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