Html Css Color HEX #B96D1E Pirate Gold

📋 copy color: '#B96D1E'

red 185 ◦ green 109 ◦ blue 30

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

Shades of Pirate Gold #B96D1E

Tints of Pirate Gold #B96D1E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 30 (12.11% from 255) = 9.26%

R = 57.1%
G = 33.64%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B96D1E (or 0xB96D1E) is known color: Pirate Gold. HEX triplet: B9, 6D and 1E. RGB value is (185,109,30). Sum of RGB (Red+Green+Blue) = 185+109+30=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D1E is #4692E1. Grayscale: #7B7B7B. Windows color (decimal): -4625122 or 1994169. OLE color: 1994169.

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

Color convert

RGB 185 109 30 -
CMYK 0 0.41 0.84 0.27
HSL 30.58º 0.72% 0.42% -
HSV(B) 30.58º 0.84% 0.73% -
XYZ 25.71 21.35 3.99 -
YUV 122.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 185 109 30 0 0.41 0.84 0.27 30.58 0.72 0.42
Hex B9 6D 1E 0 29 54 1B 1F 48 2A
Octal 271 155 36 0 51 124 33 37 110 52
Binary 10111001 1101101 11110 0 101001 1010100 11011 11111 1001000 101010

Color Harmonies of #B96D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D1E

Black with #B96D1E

Text Example


Text Example

White with #B96D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D1E; }

 p { color: rgb(185,109,30); }

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

background-color css

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

 a { background-color: rgb(185,109,30); }

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

border-color css

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

 span { border-color: rgb(185,109,30); }

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