Html Css Color HEX #B96918 Pirate Gold

📋 copy color: '#B96918'

red 185 ◦ green 105 ◦ blue 24

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

Shades of Pirate Gold #B96918

Tints of Pirate Gold #B96918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 58.92%
G = 33.44%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B96918 (or 0xB96918) is known color: Pirate Gold. HEX triplet: B9, 69 and 18. RGB value is (185,105,24). Sum of RGB (Red+Green+Blue) = 185+105+24=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B96918 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96918 is #4696E7. Grayscale: #787878. Windows color (decimal): -4626152 or 1599929. OLE color: 1599929.

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

Color convert

RGB 185 105 24 -
CMYK 0 0.43 0.87 0.27
HSL 30.19º 0.77% 0.41% -
HSV(B) 30.19º 0.87% 0.73% -
XYZ 25.22 20.48 3.49 -
YUV 119.69 74 174.59 -
System Red Green Blue C M Y K H S L
Decimal 185 105 24 0 0.43 0.87 0.27 30.19 0.77 0.41
Hex B9 69 18 0 2B 57 1B 1E 4D 29
Octal 271 151 30 0 53 127 33 36 115 51
Binary 10111001 1101001 11000 0 101011 1010111 11011 11110 1001101 101001

Color Harmonies of #B96918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96918

Black with #B96918

Text Example


Text Example

White with #B96918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96918; }

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

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

background-color css

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

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

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

border-color css

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

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

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