Html Css Color HEX #B3761F Pirate Gold

📋 copy color: '#B3761F'

red 179 ◦ green 118 ◦ blue 31

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

Shades of Pirate Gold #B3761F

Tints of Pirate Gold #B3761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

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

R = 54.57%
G = 35.98%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3761F (or 0xB3761F) is known color: Pirate Gold. HEX triplet: B3, 76 and 1F. RGB value is (179,118,31). Sum of RGB (Red+Green+Blue) = 179+118+31=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B3761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3761F is #4C89E0. Grayscale: #7E7E7E. Windows color (decimal): -5016033 or 2062003. OLE color: 2062003.

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

Color convert

RGB 179 118 31 -
CMYK 0 0.34 0.83 0.30
HSL 35.27º 0.7% 0.41% -
HSV(B) 35.27º 0.83% 0.7% -
XYZ 25.32 22.64 4.33 -
YUV 126.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 179 118 31 0 0.34 0.83 0.30 35.27 0.7 0.41
Hex B3 76 1F 0 22 53 1E 23 46 29
Octal 263 166 37 0 42 123 36 43 106 51
Binary 10110011 1110110 11111 0 100010 1010011 11110 100011 1000110 101001

Color Harmonies of #B3761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3761F

Black with #B3761F

Text Example


Text Example

White with #B3761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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