Html Css Color HEX #B96C1E Pirate Gold

📋 copy color: '#B96C1E'

red 185 ◦ green 108 ◦ blue 30

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

Shades of Pirate Gold #B96C1E

Tints of Pirate Gold #B96C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 57.28%
G = 33.44%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B96C1E (or 0xB96C1E) is known color: Pirate Gold. HEX triplet: B9, 6C and 1E. RGB value is (185,108,30). Sum of RGB (Red+Green+Blue) = 185+108+30=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C1E is #4693E1. Grayscale: #7A7A7A. Windows color (decimal): -4625378 or 1993913. OLE color: 1993913.

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

Color convert

RGB 185 108 30 -
CMYK 0 0.42 0.84 0.27
HSL 30.19º 0.72% 0.42% -
HSV(B) 30.19º 0.84% 0.73% -
XYZ 25.6 21.13 3.96 -
YUV 122.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 185 108 30 0 0.42 0.84 0.27 30.19 0.72 0.42
Hex B9 6C 1E 0 2A 54 1B 1E 48 2A
Octal 271 154 36 0 52 124 33 36 110 52
Binary 10111001 1101100 11110 0 101010 1010100 11011 11110 1001000 101010

Color Harmonies of #B96C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C1E

Black with #B96C1E

Text Example


Text Example

White with #B96C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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