Html Css Color HEX #BA8023 Pirate Gold

📋 copy color: '#BA8023'

red 186 ◦ green 128 ◦ blue 35

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

Shades of Pirate Gold #BA8023

Tints of Pirate Gold #BA8023

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.68%

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

R = 53.3%
G = 36.68%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8023 (or 0xBA8023) is known color: Pirate Gold. HEX triplet: BA, 80 and 23. RGB value is (186,128,35). Sum of RGB (Red+Green+Blue) = 186+128+35=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 35 (14.06% from 255 or 10.03% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8023 is #457FDC. Grayscale: #878787. Windows color (decimal): -4554717 or 2326714. OLE color: 2326714.

HSL color Cylindrical-coordinate representation of color #BA8023: hue angle of 36.95º 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 #BA8023 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 35 -
CMYK 0 0.31 0.81 0.27
HSL 36.95º 0.68% 0.43% -
HSV(B) 36.95º 0.81% 0.73% -
XYZ 28.27 26 5.12 -
YUV 134.74 71.72 164.56 -
System Red Green Blue C M Y K H S L
Decimal 186 128 35 0 0.31 0.81 0.27 36.95 0.68 0.43
Hex BA 80 23 0 1F 51 1B 25 44 2B
Octal 272 200 43 0 37 121 33 45 104 53
Binary 10111010 10000000 100011 0 11111 1010001 11011 100101 1000100 101011

Color Harmonies of #BA8023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8023

Black with #BA8023

Text Example


Text Example

White with #BA8023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8023; }

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

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

background-color css

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

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

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

border-color css

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

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

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