Html Css Color HEX #BA7923 Pirate Gold

📋 copy color: '#BA7923'

red 186 ◦ green 121 ◦ blue 35

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

Shades of Pirate Gold #BA7923

Tints of Pirate Gold #BA7923

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.38%

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

R = 54.39%
G = 35.38%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7923 (or 0xBA7923) is known color: Pirate Gold. HEX triplet: BA, 79 and 23. RGB value is (186,121,35). Sum of RGB (Red+Green+Blue) = 186+121+35=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 35 (14.06% from 255 or 10.23% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7923 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7923 is #4586DC. Grayscale: #838383. Windows color (decimal): -4556509 or 2324922. OLE color: 2324922.

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

Color convert

RGB 186 121 35 -
CMYK 0 0.35 0.81 0.27
HSL 34.17º 0.68% 0.43% -
HSV(B) 34.17º 0.81% 0.73% -
XYZ 27.39 24.24 4.82 -
YUV 130.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 186 121 35 0 0.35 0.81 0.27 34.17 0.68 0.43
Hex BA 79 23 0 23 51 1B 22 44 2B
Octal 272 171 43 0 43 121 33 42 104 53
Binary 10111010 1111001 100011 0 100011 1010001 11011 100010 1000100 101011

Color Harmonies of #BA7923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7923

Black with #BA7923

Text Example


Text Example

White with #BA7923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7923; }

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

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

background-color css

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

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

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

border-color css

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

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

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