Html Css Color HEX #B47022 Pirate Gold

📋 copy color: '#B47022'

red 180 ◦ green 112 ◦ blue 34

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

Shades of Pirate Gold #B47022

Tints of Pirate Gold #B47022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

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

R = 55.21%
G = 34.36%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B47022 (or 0xB47022) is known color: Pirate Gold. HEX triplet: B4, 70 and 22. RGB value is (180,112,34). Sum of RGB (Red+Green+Blue) = 180+112+34=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B47022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47022 is #4B8FDD. Grayscale: #7B7B7B. Windows color (decimal): -4952030 or 2257076. OLE color: 2257076.

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

Color convert

RGB 180 112 34 -
CMYK 0 0.38 0.81 0.29
HSL 32.05º 0.68% 0.42% -
HSV(B) 32.05º 0.81% 0.71% -
XYZ 24.91 21.41 4.33 -
YUV 123.44 77.53 168.34 -
System Red Green Blue C M Y K H S L
Decimal 180 112 34 0 0.38 0.81 0.29 32.05 0.68 0.42
Hex B4 70 22 0 26 51 1D 20 44 2A
Octal 264 160 42 0 46 121 35 40 104 52
Binary 10110100 1110000 100010 0 100110 1010001 11101 100000 1000100 101010

Color Harmonies of #B47022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47022

Black with #B47022

Text Example


Text Example

White with #B47022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47022; }

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

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

background-color css

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

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

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

border-color css

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

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

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