Html Css Color HEX #B47326 Pirate Gold

📋 copy color: '#B47326'

red 180 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #B47326

Tints of Pirate Gold #B47326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

 BLUE value IS 38 (15.23% from 255) = 11.41%

R = 54.05%
G = 34.53%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B47326 (or 0xB47326) is known color: Pirate Gold. HEX triplet: B4, 73 and 26. RGB value is (180,115,38). Sum of RGB (Red+Green+Blue) = 180+115+38=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B47326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47326 is #4B8CD9. Grayscale: #7E7E7E. Windows color (decimal): -4951258 or 2519988. OLE color: 2519988.

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

Color convert

RGB 180 115 38 -
CMYK 0 0.36 0.79 0.29
HSL 32.54º 0.65% 0.43% -
HSV(B) 32.54º 0.79% 0.71% -
XYZ 25.3 22.1 4.77 -
YUV 125.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 180 115 38 0 0.36 0.79 0.29 32.54 0.65 0.43
Hex B4 73 26 0 24 4F 1D 21 41 2B
Octal 264 163 46 0 44 117 35 41 101 53
Binary 10110100 1110011 100110 0 100100 1001111 11101 100001 1000001 101011

Color Harmonies of #B47326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47326

Black with #B47326

Text Example


Text Example

White with #B47326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47326; }

 p { color: rgb(180,115,38); }

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

background-color css

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

 a { background-color: rgb(180,115,38); }

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

border-color css

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

 span { border-color: rgb(180,115,38); }

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