Html Css Color HEX #B86717 Pirate Gold

📋 copy color: '#B86717'

red 184 ◦ green 103 ◦ blue 23

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

Shades of Pirate Gold #B86717

Tints of Pirate Gold #B86717

RGB

 RED value IS 184 (72.27% from 255) = 59.35%

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 59.35%
G = 33.23%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B86717 (or 0xB86717) is known color: Pirate Gold. HEX triplet: B8, 67 and 17. RGB value is (184,103,23). Sum of RGB (Red+Green+Blue) = 184+103+23=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B86717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86717 is #4798E8. Grayscale: #767676. Windows color (decimal): -4692201 or 1533880. OLE color: 1533880.

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

Color convert

RGB 184 103 23 -
CMYK 0 0.44 0.88 0.28
HSL 29.81º 0.78% 0.41% -
HSV(B) 29.81º 0.88% 0.72% -
XYZ 24.77 19.95 3.36 -
YUV 118.1 74.34 175 -
System Red Green Blue C M Y K H S L
Decimal 184 103 23 0 0.44 0.88 0.28 29.81 0.78 0.41
Hex B8 67 17 0 2C 58 1C 1E 4E 29
Octal 270 147 27 0 54 130 34 36 116 51
Binary 10111000 1100111 10111 0 101100 1011000 11100 11110 1001110 101001

Color Harmonies of #B86717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86717

Black with #B86717

Text Example


Text Example

White with #B86717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86717; }

 p { color: rgb(184,103,23); }

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

background-color css

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

 a { background-color: rgb(184,103,23); }

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

border-color css

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

 span { border-color: rgb(184,103,23); }

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