Html Css Color HEX #B3741F Pirate Gold

📋 copy color: '#B3741F'

red 179 ◦ green 116 ◦ blue 31

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

Shades of Pirate Gold #B3741F

Tints of Pirate Gold #B3741F

RGB

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

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

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

R = 54.91%
G = 35.58%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3741F (or 0xB3741F) is known color: Pirate Gold. HEX triplet: B3, 74 and 1F. RGB value is (179,116,31). Sum of RGB (Red+Green+Blue) = 179+116+31=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3741F is #4C8BE0. Grayscale: #7D7D7D. Windows color (decimal): -5016545 or 2061491. OLE color: 2061491.

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

Color convert

RGB 179 116 31 -
CMYK 0 0.35 0.83 0.30
HSL 34.46º 0.7% 0.41% -
HSV(B) 34.46º 0.83% 0.7% -
XYZ 25.08 22.17 4.25 -
YUV 125.15 74.87 166.41 -
System Red Green Blue C M Y K H S L
Decimal 179 116 31 0 0.35 0.83 0.30 34.46 0.7 0.41
Hex B3 74 1F 0 23 53 1E 22 46 29
Octal 263 164 37 0 43 123 36 42 106 51
Binary 10110011 1110100 11111 0 100011 1010011 11110 100010 1000110 101001

Color Harmonies of #B3741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3741F

Black with #B3741F

Text Example


Text Example

White with #B3741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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