Html Css Color HEX #B9701B Pirate Gold

📋 copy color: '#B9701B'

red 185 ◦ green 112 ◦ blue 27

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

Shades of Pirate Gold #B9701B

Tints of Pirate Gold #B9701B

RGB

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

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

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

R = 57.1%
G = 34.57%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9701B (or 0xB9701B) is known color: Pirate Gold. HEX triplet: B9, 70 and 1B. RGB value is (185,112,27). Sum of RGB (Red+Green+Blue) = 185+112+27=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B9701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9701B is #468FE4. Grayscale: #7C7C7C. Windows color (decimal): -4624357 or 1798329. OLE color: 1798329.

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

Color convert

RGB 185 112 27 -
CMYK 0 0.39 0.85 0.27
HSL 32.28º 0.75% 0.42% -
HSV(B) 32.28º 0.85% 0.73% -
XYZ 26 21.98 3.91 -
YUV 124.14 73.18 171.41 -
System Red Green Blue C M Y K H S L
Decimal 185 112 27 0 0.39 0.85 0.27 32.28 0.75 0.42
Hex B9 70 1B 0 27 55 1B 20 4B 2A
Octal 271 160 33 0 47 125 33 40 113 52
Binary 10111001 1110000 11011 0 100111 1010101 11011 100000 1001011 101010

Color Harmonies of #B9701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9701B

Black with #B9701B

Text Example


Text Example

White with #B9701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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