Html Css Color HEX #B96813 Pirate Gold

📋 copy color: '#B96813'

red 185 ◦ green 104 ◦ blue 19

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

Shades of Pirate Gold #B96813

Tints of Pirate Gold #B96813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.77%

 BLUE value IS 19 (7.81% from 255) = 6.17%

R = 60.06%
G = 33.77%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96813 (or 0xB96813) is known color: Pirate Gold. HEX triplet: B9, 68 and 13. RGB value is (185,104,19). Sum of RGB (Red+Green+Blue) = 185+104+19=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96813 is #4697EC. Grayscale: #767676. Windows color (decimal): -4626413 or 1271993. OLE color: 1271993.

HSL color Cylindrical-coordinate representation of color #B96813: hue angle of 30.72º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96813 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 104 19 -
CMYK 0 0.44 0.90 0.27
HSL 30.72º 0.81% 0.4% -
HSV(B) 30.72º 0.9% 0.73% -
XYZ 25.08 20.26 3.21 -
YUV 118.53 71.84 175.41 -
System Red Green Blue C M Y K H S L
Decimal 185 104 19 0 0.44 0.90 0.27 30.72 0.81 0.4
Hex B9 68 13 0 2C 5A 1B 1F 51 28
Octal 271 150 23 0 54 132 33 37 121 50
Binary 10111001 1101000 10011 0 101100 1011010 11011 11111 1010001 101000

Color Harmonies of #B96813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96813

Black with #B96813

Text Example


Text Example

White with #B96813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96813; }

 p { color: rgb(185,104,19); }

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

background-color css

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

 a { background-color: rgb(185,104,19); }

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

border-color css

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

 span { border-color: rgb(185,104,19); }

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