Html Css Color HEX #BA7D23 Pirate Gold

📋 copy color: '#BA7D23'

red 186 ◦ green 125 ◦ blue 35

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

Shades of Pirate Gold #BA7D23

Tints of Pirate Gold #BA7D23

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

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

R = 53.76%
G = 36.13%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA7D23 (or 0xBA7D23) is known color: Pirate Gold. HEX triplet: BA, 7D and 23. RGB value is (186,125,35). Sum of RGB (Red+Green+Blue) = 186+125+35=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D23 is #4582DC. Grayscale: #858585. Windows color (decimal): -4555485 or 2325946. OLE color: 2325946.

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

Color convert

RGB 186 125 35 -
CMYK 0 0.33 0.81 0.27
HSL 35.76º 0.68% 0.43% -
HSV(B) 35.76º 0.81% 0.73% -
XYZ 27.89 25.23 4.99 -
YUV 132.98 72.71 165.82 -
System Red Green Blue C M Y K H S L
Decimal 186 125 35 0 0.33 0.81 0.27 35.76 0.68 0.43
Hex BA 7D 23 0 21 51 1B 24 44 2B
Octal 272 175 43 0 41 121 33 44 104 53
Binary 10111010 1111101 100011 0 100001 1010001 11011 100100 1000100 101011

Color Harmonies of #BA7D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D23

Black with #BA7D23

Text Example


Text Example

White with #BA7D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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