Html Css Color HEX #B9711C Pirate Gold

📋 copy color: '#B9711C'

red 185 ◦ green 113 ◦ blue 28

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

Shades of Pirate Gold #B9711C

Tints of Pirate Gold #B9711C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

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

R = 56.75%
G = 34.66%
B = 8.59%

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

#B9711C (or 0xB9711C) is known color: Pirate Gold. HEX triplet: B9, 71 and 1C. RGB value is (185,113,28). Sum of RGB (Red+Green+Blue) = 185+113+28=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9711C is #468EE3. Grayscale: #7D7D7D. Windows color (decimal): -4624100 or 1864121. OLE color: 1864121.

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

Color convert

RGB 185 113 28 -
CMYK 0 0.39 0.85 0.27
HSL 32.48º 0.74% 0.42% -
HSV(B) 32.48º 0.85% 0.73% -
XYZ 26.12 22.21 4.01 -
YUV 124.84 73.35 170.91 -
System Red Green Blue C M Y K H S L
Decimal 185 113 28 0 0.39 0.85 0.27 32.48 0.74 0.42
Hex B9 71 1C 0 27 55 1B 20 4A 2A
Octal 271 161 34 0 47 125 33 40 112 52
Binary 10111001 1110001 11100 0 100111 1010101 11011 100000 1001010 101010

Color Harmonies of #B9711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9711C

Black with #B9711C

Text Example


Text Example

White with #B9711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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