Html Css Color HEX #B3741B Pirate Gold

📋 copy color: '#B3741B'

red 179 ◦ green 116 ◦ blue 27

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

Shades of Pirate Gold #B3741B

Tints of Pirate Gold #B3741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 55.59%
G = 36.02%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3741B (or 0xB3741B) is known color: Pirate Gold. HEX triplet: B3, 74 and 1B. RGB value is (179,116,27). Sum of RGB (Red+Green+Blue) = 179+116+27=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3741B is #4C8BE4. Grayscale: #7D7D7D. Windows color (decimal): -5016549 or 1799347. OLE color: 1799347.

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

Color convert

RGB 179 116 27 -
CMYK 0 0.35 0.85 0.30
HSL 35.13º 0.74% 0.4% -
HSV(B) 35.13º 0.85% 0.7% -
XYZ 25.03 22.15 3.99 -
YUV 124.69 72.87 166.74 -
System Red Green Blue C M Y K H S L
Decimal 179 116 27 0 0.35 0.85 0.30 35.13 0.74 0.4
Hex B3 74 1B 0 23 55 1E 23 4A 28
Octal 263 164 33 0 43 125 36 43 112 50
Binary 10110011 1110100 11011 0 100011 1010101 11110 100011 1001010 101000

Color Harmonies of #B3741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3741B

Black with #B3741B

Text Example


Text Example

White with #B3741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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