Html Css Color HEX #B37122 Pirate Gold

📋 copy color: '#B37122'

red 179 ◦ green 113 ◦ blue 34

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

Shades of Pirate Gold #B37122

Tints of Pirate Gold #B37122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 54.91%
G = 34.66%
B = 10.43%

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

#B37122 (or 0xB37122) is known color: Pirate Gold. HEX triplet: B3, 71 and 22. RGB value is (179,113,34). Sum of RGB (Red+Green+Blue) = 179+113+34=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B37122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37122 is #4C8EDD. Grayscale: #7C7C7C. Windows color (decimal): -5017310 or 2257331. OLE color: 2257331.

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

Color convert

RGB 179 113 34 -
CMYK 0 0.37 0.81 0.30
HSL 32.69º 0.68% 0.42% -
HSV(B) 32.69º 0.81% 0.7% -
XYZ 24.78 21.51 4.36 -
YUV 123.73 77.37 167.42 -
System Red Green Blue C M Y K H S L
Decimal 179 113 34 0 0.37 0.81 0.30 32.69 0.68 0.42
Hex B3 71 22 0 25 51 1E 21 44 2A
Octal 263 161 42 0 45 121 36 41 104 52
Binary 10110011 1110001 100010 0 100101 1010001 11110 100001 1000100 101010

Color Harmonies of #B37122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37122

Black with #B37122

Text Example


Text Example

White with #B37122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37122; }

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

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

background-color css

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

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

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

border-color css

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

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

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