Html Css Color HEX #B37123 Pirate Gold

📋 copy color: '#B37123'

red 179 ◦ green 113 ◦ blue 35

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

Shades of Pirate Gold #B37123

Tints of Pirate Gold #B37123

RGB

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

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

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

R = 54.74%
G = 34.56%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B37123 (or 0xB37123) is known color: Pirate Gold. HEX triplet: B3, 71 and 23. RGB value is (179,113,35). Sum of RGB (Red+Green+Blue) = 179+113+35=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B37123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37123 is #4C8EDC. Grayscale: #7C7C7C. Windows color (decimal): -5017309 or 2322867. OLE color: 2322867.

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

Color convert

RGB 179 113 35 -
CMYK 0 0.37 0.80 0.30
HSL 32.5º 0.67% 0.42% -
HSV(B) 32.5º 0.8% 0.7% -
XYZ 24.8 21.52 4.44 -
YUV 123.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 179 113 35 0 0.37 0.80 0.30 32.5 0.67 0.42
Hex B3 71 23 0 25 50 1E 20 43 2A
Octal 263 161 43 0 45 120 36 40 103 52
Binary 10110011 1110001 100011 0 100101 1010000 11110 100000 1000011 101010

Color Harmonies of #B37123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37123

Black with #B37123

Text Example


Text Example

White with #B37123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37123; }

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

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

background-color css

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

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

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

border-color css

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

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

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