Html Css Color HEX #B8731F Pirate Gold

📋 copy color: '#B8731F'

red 184 ◦ green 115 ◦ blue 31

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

Shades of Pirate Gold #B8731F

Tints of Pirate Gold #B8731F

RGB

 RED value IS 184 (72.27% from 255) = 55.76%

 GREEN value IS 115 (45.31% from 255) = 34.85%

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

R = 55.76%
G = 34.85%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8731F (or 0xB8731F) is known color: Pirate Gold. HEX triplet: B8, 73 and 1F. RGB value is (184,115,31). Sum of RGB (Red+Green+Blue) = 184+115+31=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8731F is #478CE0. Grayscale: #7E7E7E. Windows color (decimal): -4689121 or 2061240. OLE color: 2061240.

HSL color Cylindrical-coordinate representation of color #B8731F: hue angle of 32.94º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8731F is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 31 -
CMYK 0 0.38 0.83 0.28
HSL 32.94º 0.71% 0.42% -
HSV(B) 32.94º 0.83% 0.72% -
XYZ 26.15 22.55 4.27 -
YUV 126.06 74.36 169.33 -
System Red Green Blue C M Y K H S L
Decimal 184 115 31 0 0.38 0.83 0.28 32.94 0.71 0.42
Hex B8 73 1F 0 26 53 1C 21 47 2A
Octal 270 163 37 0 46 123 34 41 107 52
Binary 10111000 1110011 11111 0 100110 1010011 11100 100001 1000111 101010

Color Harmonies of #B8731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8731F

Black with #B8731F

Text Example


Text Example

White with #B8731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8731F; }

 p { color: rgb(184,115,31); }

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

background-color css

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

 a { background-color: rgb(184,115,31); }

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

border-color css

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

 span { border-color: rgb(184,115,31); }

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