Html Css Color HEX #B5731F Pirate Gold

📋 copy color: '#B5731F'

red 181 ◦ green 115 ◦ blue 31

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

Shades of Pirate Gold #B5731F

Tints of Pirate Gold #B5731F

RGB

 RED value IS 181 (71.09% from 255) = 55.35%

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

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

R = 55.35%
G = 35.17%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B5731F (or 0xB5731F) is known color: Pirate Gold. HEX triplet: B5, 73 and 1F. RGB value is (181,115,31). Sum of RGB (Red+Green+Blue) = 181+115+31=327 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.35% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 181 - color contains mainly: red. Hex color #B5731F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5731F is #4A8CE0. Grayscale: #7D7D7D. Windows color (decimal): -4885729 or 2061237. OLE color: 2061237.

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

Color convert

RGB 181 115 31 -
CMYK 0 0.36 0.83 0.29
HSL 33.6º 0.71% 0.42% -
HSV(B) 33.6º 0.83% 0.71% -
XYZ 25.43 22.18 4.24 -
YUV 125.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 181 115 31 0 0.36 0.83 0.29 33.6 0.71 0.42
Hex B5 73 1F 0 24 53 1D 22 47 2A
Octal 265 163 37 0 44 123 35 42 107 52
Binary 10110101 1110011 11111 0 100100 1010011 11101 100010 1000111 101010

Color Harmonies of #B5731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5731F

Black with #B5731F

Text Example


Text Example

White with #B5731F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5731F; }

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

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

background-color css

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

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

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

border-color css

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

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

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