Html Css Color HEX #B37022 Pirate Gold

📋 copy color: '#B37022'

red 179 ◦ green 112 ◦ blue 34

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

Shades of Pirate Gold #B37022

Tints of Pirate Gold #B37022

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

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

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

R = 55.08%
G = 34.46%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B37022 (or 0xB37022) is known color: Pirate Gold. HEX triplet: B3, 70 and 22. RGB value is (179,112,34). Sum of RGB (Red+Green+Blue) = 179+112+34=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B37022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37022 is #4C8FDD. Grayscale: #7B7B7B. Windows color (decimal): -5017566 or 2257075. OLE color: 2257075.

HSL color Cylindrical-coordinate representation of color #B37022: hue angle of 32.28º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B37022 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 112 34 -
CMYK 0 0.37 0.81 0.30
HSL 32.28º 0.68% 0.42% -
HSV(B) 32.28º 0.81% 0.7% -
XYZ 24.67 21.29 4.32 -
YUV 123.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 179 112 34 0 0.37 0.81 0.30 32.28 0.68 0.42
Hex B3 70 22 0 25 51 1E 20 44 2A
Octal 263 160 42 0 45 121 36 40 104 52
Binary 10110011 1110000 100010 0 100101 1010001 11110 100000 1000100 101010

Color Harmonies of #B37022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37022

Black with #B37022

Text Example


Text Example

White with #B37022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37022; }

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

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

background-color css

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

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

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

border-color css

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

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

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