Html Css Color HEX #B86D23 Pirate Gold

📋 copy color: '#B86D23'

red 184 ◦ green 109 ◦ blue 35

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

Shades of Pirate Gold #B86D23

Tints of Pirate Gold #B86D23

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 56.1%
G = 33.23%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B86D23 (or 0xB86D23) is known color: Pirate Gold. HEX triplet: B8, 6D and 23. RGB value is (184,109,35). Sum of RGB (Red+Green+Blue) = 184+109+35=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86D23 is #4792DC. Grayscale: #7B7B7B. Windows color (decimal): -4690653 or 2321848. OLE color: 2321848.

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

Color convert

RGB 184 109 35 -
CMYK 0 0.41 0.81 0.28
HSL 29.8º 0.68% 0.43% -
HSV(B) 29.8º 0.81% 0.72% -
XYZ 25.54 21.25 4.35 -
YUV 122.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 184 109 35 0 0.41 0.81 0.28 29.8 0.68 0.43
Hex B8 6D 23 0 29 51 1C 1E 44 2B
Octal 270 155 43 0 51 121 34 36 104 53
Binary 10111000 1101101 100011 0 101001 1010001 11100 11110 1000100 101011

Color Harmonies of #B86D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D23

Black with #B86D23

Text Example


Text Example

White with #B86D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D23; }

 p { color: rgb(184,109,35); }

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

background-color css

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

 a { background-color: rgb(184,109,35); }

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

border-color css

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

 span { border-color: rgb(184,109,35); }

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