Html Css Color HEX #B3711D Pirate Gold

📋 copy color: '#B3711D'

red 179 ◦ green 113 ◦ blue 29

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

Shades of Pirate Gold #B3711D

Tints of Pirate Gold #B3711D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.03%

R = 55.76%
G = 35.2%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3711D (or 0xB3711D) is known color: Pirate Gold. HEX triplet: B3, 71 and 1D. RGB value is (179,113,29). Sum of RGB (Red+Green+Blue) = 179+113+29=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 29 (11.72% from 255 or 9.03% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3711D is #4C8EE2. Grayscale: #7B7B7B. Windows color (decimal): -5017315 or 1929651. OLE color: 1929651.

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

Color convert

RGB 179 113 29 -
CMYK 0 0.37 0.84 0.30
HSL 33.6º 0.72% 0.41% -
HSV(B) 33.6º 0.84% 0.7% -
XYZ 24.72 21.48 4.01 -
YUV 123.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 179 113 29 0 0.37 0.84 0.30 33.6 0.72 0.41
Hex B3 71 1D 0 25 54 1E 22 48 29
Octal 263 161 35 0 45 124 36 42 110 51
Binary 10110011 1110001 11101 0 100101 1010100 11110 100010 1001000 101001

Color Harmonies of #B3711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3711D

Black with #B3711D

Text Example


Text Example

White with #B3711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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