Html Css Color HEX #B9701C Pirate Gold

📋 copy color: '#B9701C'

red 185 ◦ green 112 ◦ blue 28

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

Shades of Pirate Gold #B9701C

Tints of Pirate Gold #B9701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 56.92%
G = 34.46%
B = 8.62%

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

#B9701C (or 0xB9701C) is known color: Pirate Gold. HEX triplet: B9, 70 and 1C. RGB value is (185,112,28). Sum of RGB (Red+Green+Blue) = 185+112+28=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9701C is #468FE3. Grayscale: #7C7C7C. Windows color (decimal): -4624356 or 1863865. OLE color: 1863865.

HSL color Cylindrical-coordinate representation of color #B9701C: hue angle of 32.1º degrees, saturation: 0.74, 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 #B9701C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 112 28 -
CMYK 0 0.39 0.85 0.27
HSL 32.1º 0.74% 0.42% -
HSV(B) 32.1º 0.85% 0.73% -
XYZ 26.01 21.99 3.97 -
YUV 124.25 73.68 171.33 -
System Red Green Blue C M Y K H S L
Decimal 185 112 28 0 0.39 0.85 0.27 32.1 0.74 0.42
Hex B9 70 1C 0 27 55 1B 20 4A 2A
Octal 271 160 34 0 47 125 33 40 112 52
Binary 10111001 1110000 11100 0 100111 1010101 11011 100000 1001010 101010

Color Harmonies of #B9701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9701C

Black with #B9701C

Text Example


Text Example

White with #B9701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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