Html Css Color HEX #B86A0F Pirate Gold

📋 copy color: '#B86A0F'

red 184 ◦ green 106 ◦ blue 15

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

Shades of Pirate Gold #B86A0F

Tints of Pirate Gold #B86A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.75%

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 60.33%
G = 34.75%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B86A0F (or 0xB86A0F) is known color: Pirate Gold. HEX triplet: B8, 6A and 0F. RGB value is (184,106,15). Sum of RGB (Red+Green+Blue) = 184+106+15=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86A0F is #4795F0. Grayscale: #777777. Windows color (decimal): -4691441 or 1010360. OLE color: 1010360.

HSL color Cylindrical-coordinate representation of color #B86A0F: hue angle of 32.31º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B86A0F is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 106 15 -
CMYK 0 0.42 0.92 0.28
HSL 32.31º 0.85% 0.39% -
HSV(B) 32.31º 0.92% 0.72% -
XYZ 25.01 20.53 3.1 -
YUV 118.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 184 106 15 0 0.42 0.92 0.28 32.31 0.85 0.39
Hex B8 6A F 0 2A 5C 1C 20 55 27
Octal 270 152 17 0 52 134 34 40 125 47
Binary 10111000 1101010 1111 0 101010 1011100 11100 100000 1010101 100111

Color Harmonies of #B86A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86A0F

Black with #B86A0F

Text Example


Text Example

White with #B86A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86A0F; }

 p { color: rgb(184,106,15); }

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

background-color css

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

 a { background-color: rgb(184,106,15); }

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

border-color css

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

 span { border-color: rgb(184,106,15); }

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