Html Css Color HEX #B47422 Pirate Gold

📋 copy color: '#B47422'

red 180 ◦ green 116 ◦ blue 34

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

Shades of Pirate Gold #B47422

Tints of Pirate Gold #B47422

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

 BLUE value IS 34 (13.67% from 255) = 10.3%

R = 54.55%
G = 35.15%
B = 10.3%

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

#B47422 (or 0xB47422) is known color: Pirate Gold. HEX triplet: B4, 74 and 22. RGB value is (180,116,34). Sum of RGB (Red+Green+Blue) = 180+116+34=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 34 (13.67% from 255 or 10.30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B47422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47422 is #4B8BDD. Grayscale: #7E7E7E. Windows color (decimal): -4951006 or 2258100. OLE color: 2258100.

HSL color Cylindrical-coordinate representation of color #B47422: hue angle of 33.7º degrees, saturation: 0.68, 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 #B47422 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 34 -
CMYK 0 0.36 0.81 0.29
HSL 33.7º 0.68% 0.42% -
HSV(B) 33.7º 0.81% 0.71% -
XYZ 25.36 22.31 4.48 -
YUV 125.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 180 116 34 0 0.36 0.81 0.29 33.7 0.68 0.42
Hex B4 74 22 0 24 51 1D 22 44 2A
Octal 264 164 42 0 44 121 35 42 104 52
Binary 10110100 1110100 100010 0 100100 1010001 11101 100010 1000100 101010

Color Harmonies of #B47422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47422

Black with #B47422

Text Example


Text Example

White with #B47422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47422; }

 p { color: rgb(180,116,34); }

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

background-color css

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

 a { background-color: rgb(180,116,34); }

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

border-color css

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

 span { border-color: rgb(180,116,34); }

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