Html Css Color HEX #BA8022 Pirate Gold

📋 copy color: '#BA8022'

red 186 ◦ green 128 ◦ blue 34

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

Shades of Pirate Gold #BA8022

Tints of Pirate Gold #BA8022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.77%

R = 53.45%
G = 36.78%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA8022 (or 0xBA8022) is known color: Pirate Gold. HEX triplet: BA, 80 and 22. RGB value is (186,128,34). Sum of RGB (Red+Green+Blue) = 186+128+34=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8022 is #457FDD. Grayscale: #878787. Windows color (decimal): -4554718 or 2261178. OLE color: 2261178.

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

Color convert

RGB 186 128 34 -
CMYK 0 0.31 0.82 0.27
HSL 37.11º 0.69% 0.43% -
HSV(B) 37.11º 0.82% 0.73% -
XYZ 28.26 25.99 5.04 -
YUV 134.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 186 128 34 0 0.31 0.82 0.27 37.11 0.69 0.43
Hex BA 80 22 0 1F 52 1B 25 45 2B
Octal 272 200 42 0 37 122 33 45 105 53
Binary 10111010 10000000 100010 0 11111 1010010 11011 100101 1000101 101011

Color Harmonies of #BA8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8022

Black with #BA8022

Text Example


Text Example

White with #BA8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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