Html Css Color HEX #B37426 Pirate Gold

📋 copy color: '#B37426'

red 179 ◦ green 116 ◦ blue 38

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

Shades of Pirate Gold #B37426

Tints of Pirate Gold #B37426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.41%

R = 53.75%
G = 34.83%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B37426 (or 0xB37426) is known color: Pirate Gold. HEX triplet: B3, 74 and 26. RGB value is (179,116,38). Sum of RGB (Red+Green+Blue) = 179+116+38=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B37426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37426 is #4C8BD9. Grayscale: #7E7E7E. Windows color (decimal): -5016538 or 2520243. OLE color: 2520243.

HSL color Cylindrical-coordinate representation of color #B37426: hue angle of 33.19º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B37426 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 38 -
CMYK 0 0.35 0.79 0.30
HSL 33.19º 0.65% 0.43% -
HSV(B) 33.19º 0.79% 0.7% -
XYZ 25.19 22.21 4.79 -
YUV 125.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 179 116 38 0 0.35 0.79 0.30 33.19 0.65 0.43
Hex B3 74 26 0 23 4F 1E 21 41 2B
Octal 263 164 46 0 43 117 36 41 101 53
Binary 10110011 1110100 100110 0 100011 1001111 11110 100001 1000001 101011

Color Harmonies of #B37426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37426

Black with #B37426

Text Example


Text Example

White with #B37426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37426; }

 p { color: rgb(179,116,38); }

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

background-color css

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

 a { background-color: rgb(179,116,38); }

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

border-color css

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

 span { border-color: rgb(179,116,38); }

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