Html Css Color HEX #B86E26 Pirate Gold

📋 copy color: '#B86E26'

red 184 ◦ green 110 ◦ blue 38

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

Shades of Pirate Gold #B86E26

Tints of Pirate Gold #B86E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

 BLUE value IS 38 (15.23% from 255) = 11.45%

R = 55.42%
G = 33.13%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.28

RGB Variations

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

Color information

#B86E26 (or 0xB86E26) is known color: Pirate Gold. HEX triplet: B8, 6E and 26. RGB value is (184,110,38). Sum of RGB (Red+Green+Blue) = 184+110+38=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E26 is #4791D9. Grayscale: #7C7C7C. Windows color (decimal): -4690394 or 2518712. OLE color: 2518712.

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

Color convert

RGB 184 110 38 -
CMYK 0 0.40 0.79 0.28
HSL 29.59º 0.66% 0.44% -
HSV(B) 29.59º 0.79% 0.72% -
XYZ 25.69 21.48 4.63 -
YUV 123.92 79.52 170.85 -
System Red Green Blue C M Y K H S L
Decimal 184 110 38 0 0.40 0.79 0.28 29.59 0.66 0.44
Hex B8 6E 26 0 28 4F 1C 1E 42 2C
Octal 270 156 46 0 50 117 34 36 102 54
Binary 10111000 1101110 100110 0 101000 1001111 11100 11110 1000010 101100

Color Harmonies of #B86E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86E26

Black with #B86E26

Text Example


Text Example

White with #B86E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86E26; }

 p { color: rgb(184,110,38); }

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

background-color css

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

 a { background-color: rgb(184,110,38); }

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

border-color css

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

 span { border-color: rgb(184,110,38); }

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