Html Css Color HEX #B3711F Pirate Gold

📋 copy color: '#B3711F'

red 179 ◦ green 113 ◦ blue 31

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

Shades of Pirate Gold #B3711F

Tints of Pirate Gold #B3711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 55.42%
G = 34.98%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3711F (or 0xB3711F) is known color: Pirate Gold. HEX triplet: B3, 71 and 1F. RGB value is (179,113,31). Sum of RGB (Red+Green+Blue) = 179+113+31=323 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.42% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 179 - color contains mainly: red. Hex color #B3711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3711F is #4C8EE0. Grayscale: #7B7B7B. Windows color (decimal): -5017313 or 2060723. OLE color: 2060723.

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

Color convert

RGB 179 113 31 -
CMYK 0 0.37 0.83 0.30
HSL 33.24º 0.7% 0.41% -
HSV(B) 33.24º 0.83% 0.7% -
XYZ 24.74 21.49 4.14 -
YUV 123.39 75.87 167.67 -
System Red Green Blue C M Y K H S L
Decimal 179 113 31 0 0.37 0.83 0.30 33.24 0.7 0.41
Hex B3 71 1F 0 25 53 1E 21 46 29
Octal 263 161 37 0 45 123 36 41 106 51
Binary 10110011 1110001 11111 0 100101 1010011 11110 100001 1000110 101001

Color Harmonies of #B3711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3711F

Black with #B3711F

Text Example


Text Example

White with #B3711F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3711F; }

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

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

background-color css

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

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

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

border-color css

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

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

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