Html Css Color HEX #B9701F Pirate Gold

📋 copy color: '#B9701F'

red 185 ◦ green 112 ◦ blue 31

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

Shades of Pirate Gold #B9701F

Tints of Pirate Gold #B9701F

RGB

 RED value IS 185 (72.66% from 255) = 56.4%

 GREEN value IS 112 (44.14% from 255) = 34.15%

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

R = 56.4%
G = 34.15%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B9701F (or 0xB9701F) is known color: Pirate Gold. HEX triplet: B9, 70 and 1F. RGB value is (185,112,31). Sum of RGB (Red+Green+Blue) = 185+112+31=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9701F is #468FE0. Grayscale: #7C7C7C. Windows color (decimal): -4624353 or 2060473. OLE color: 2060473.

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

Color convert

RGB 185 112 31 -
CMYK 0 0.39 0.83 0.27
HSL 31.56º 0.71% 0.42% -
HSV(B) 31.56º 0.83% 0.73% -
XYZ 26.05 22 4.17 -
YUV 124.59 75.18 171.09 -
System Red Green Blue C M Y K H S L
Decimal 185 112 31 0 0.39 0.83 0.27 31.56 0.71 0.42
Hex B9 70 1F 0 27 53 1B 20 47 2A
Octal 271 160 37 0 47 123 33 40 107 52
Binary 10111001 1110000 11111 0 100111 1010011 11011 100000 1000111 101010

Color Harmonies of #B9701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9701F

Black with #B9701F

Text Example


Text Example

White with #B9701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9701F; }

 p { color: rgb(185,112,31); }

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

background-color css

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

 a { background-color: rgb(185,112,31); }

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

border-color css

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

 span { border-color: rgb(185,112,31); }

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