Html Css Color HEX #B96817 Pirate Gold

📋 copy color: '#B96817'

red 185 ◦ green 104 ◦ blue 23

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

Shades of Pirate Gold #B96817

Tints of Pirate Gold #B96817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.37%

R = 59.29%
G = 33.33%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B96817 (or 0xB96817) is known color: Pirate Gold. HEX triplet: B9, 68 and 17. RGB value is (185,104,23). Sum of RGB (Red+Green+Blue) = 185+104+23=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B96817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96817 is #4697E8. Grayscale: #777777. Windows color (decimal): -4626409 or 1534137. OLE color: 1534137.

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

Color convert

RGB 185 104 23 -
CMYK 0 0.44 0.88 0.27
HSL 30º 0.78% 0.41% -
HSV(B) 30º 0.88% 0.73% -
XYZ 25.11 20.28 3.4 -
YUV 118.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 185 104 23 0 0.44 0.88 0.27 30 0.78 0.41
Hex B9 68 17 0 2C 58 1B 1E 4E 29
Octal 271 150 27 0 54 130 33 36 116 51
Binary 10111001 1101000 10111 0 101100 1011000 11011 11110 1001110 101001

Color Harmonies of #B96817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96817

Black with #B96817

Text Example


Text Example

White with #B96817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96817; }

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

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

background-color css

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

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

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

border-color css

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

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

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