Html Css Color HEX #B96914 Pirate Gold

📋 copy color: '#B96914'

red 185 ◦ green 105 ◦ blue 20

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

Shades of Pirate Gold #B96914

Tints of Pirate Gold #B96914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

 BLUE value IS 20 (8.2% from 255) = 6.45%

R = 59.68%
G = 33.87%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96914 (or 0xB96914) is known color: Pirate Gold. HEX triplet: B9, 69 and 14. RGB value is (185,105,20). Sum of RGB (Red+Green+Blue) = 185+105+20=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B96914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96914 is #4696EB. Grayscale: #777777. Windows color (decimal): -4626156 or 1337785. OLE color: 1337785.

HSL color Cylindrical-coordinate representation of color #B96914: hue angle of 30.91º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B96914 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 105 20 -
CMYK 0 0.43 0.89 0.27
HSL 30.91º 0.8% 0.4% -
HSV(B) 30.91º 0.89% 0.73% -
XYZ 25.19 20.47 3.29 -
YUV 119.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 185 105 20 0 0.43 0.89 0.27 30.91 0.8 0.4
Hex B9 69 14 0 2B 59 1B 1F 50 28
Octal 271 151 24 0 53 131 33 37 120 50
Binary 10111001 1101001 10100 0 101011 1011001 11011 11111 1010000 101000

Color Harmonies of #B96914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96914

Black with #B96914

Text Example


Text Example

White with #B96914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96914; }

 p { color: rgb(185,105,20); }

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

background-color css

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

 a { background-color: rgb(185,105,20); }

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

border-color css

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

 span { border-color: rgb(185,105,20); }

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