Html Css Color HEX #B9721C Pirate Gold

📋 copy color: '#B9721C'

red 185 ◦ green 114 ◦ blue 28

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

Shades of Pirate Gold #B9721C

Tints of Pirate Gold #B9721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.86%

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

R = 56.57%
G = 34.86%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B9721C (or 0xB9721C) is known color: Pirate Gold. HEX triplet: B9, 72 and 1C. RGB value is (185,114,28). Sum of RGB (Red+Green+Blue) = 185+114+28=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B9721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9721C is #468DE3. Grayscale: #7D7D7D. Windows color (decimal): -4623844 or 1864377. OLE color: 1864377.

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

Color convert

RGB 185 114 28 -
CMYK 0 0.38 0.85 0.27
HSL 32.87º 0.74% 0.42% -
HSV(B) 32.87º 0.85% 0.73% -
XYZ 26.23 22.43 4.05 -
YUV 125.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 185 114 28 0 0.38 0.85 0.27 32.87 0.74 0.42
Hex B9 72 1C 0 26 55 1B 21 4A 2A
Octal 271 162 34 0 46 125 33 41 112 52
Binary 10111001 1110010 11100 0 100110 1010101 11011 100001 1001010 101010

Color Harmonies of #B9721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9721C

Black with #B9721C

Text Example


Text Example

White with #B9721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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