Html Css Color HEX #B47323 Pirate Gold

📋 copy color: '#B47323'

red 180 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #B47323

Tints of Pirate Gold #B47323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.61%

R = 54.55%
G = 34.85%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B47323 (or 0xB47323) is known color: Pirate Gold. HEX triplet: B4, 73 and 23. RGB value is (180,115,35). Sum of RGB (Red+Green+Blue) = 180+115+35=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B47323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47323 is #4B8CDC. Grayscale: #7D7D7D. Windows color (decimal): -4951261 or 2323380. OLE color: 2323380.

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

Color convert

RGB 180 115 35 -
CMYK 0 0.36 0.81 0.29
HSL 33.1º 0.67% 0.42% -
HSV(B) 33.1º 0.81% 0.71% -
XYZ 25.26 22.09 4.52 -
YUV 125.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 180 115 35 0 0.36 0.81 0.29 33.1 0.67 0.42
Hex B4 73 23 0 24 51 1D 21 43 2A
Octal 264 163 43 0 44 121 35 41 103 52
Binary 10110100 1110011 100011 0 100100 1010001 11101 100001 1000011 101010

Color Harmonies of #B47323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47323

Black with #B47323

Text Example


Text Example

White with #B47323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47323; }

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

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

background-color css

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

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

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

border-color css

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

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

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