Html Css Color HEX #BA6F23 Pirate Gold

📋 copy color: '#BA6F23'

red 186 ◦ green 111 ◦ blue 35

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

Shades of Pirate Gold #BA6F23

Tints of Pirate Gold #BA6F23

RGB

 RED value IS 186 (73.05% from 255) = 56.02%

 GREEN value IS 111 (43.75% from 255) = 33.43%

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

R = 56.02%
G = 33.43%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA6F23 (or 0xBA6F23) is known color: Pirate Gold. HEX triplet: BA, 6F and 23. RGB value is (186,111,35). Sum of RGB (Red+Green+Blue) = 186+111+35=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F23 is #4590DC. Grayscale: #7D7D7D. Windows color (decimal): -4559069 or 2322362. OLE color: 2322362.

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

Color convert

RGB 186 111 35 -
CMYK 0 0.40 0.81 0.27
HSL 30.2º 0.68% 0.43% -
HSV(B) 30.2º 0.81% 0.73% -
XYZ 26.24 21.93 4.44 -
YUV 124.76 77.35 171.68 -
System Red Green Blue C M Y K H S L
Decimal 186 111 35 0 0.40 0.81 0.27 30.2 0.68 0.43
Hex BA 6F 23 0 28 51 1B 1E 44 2B
Octal 272 157 43 0 50 121 33 36 104 53
Binary 10111010 1101111 100011 0 101000 1010001 11011 11110 1000100 101011

Color Harmonies of #BA6F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F23

Black with #BA6F23

Text Example


Text Example

White with #BA6F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F23; }

 p { color: rgb(186,111,35); }

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

background-color css

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

 a { background-color: rgb(186,111,35); }

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

border-color css

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

 span { border-color: rgb(186,111,35); }

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