Html Css Color HEX #BA7D26 Pirate Gold

📋 copy color: '#BA7D26'

red 186 ◦ green 125 ◦ blue 38

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

Shades of Pirate Gold #BA7D26

Tints of Pirate Gold #BA7D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.89%

R = 53.3%
G = 35.82%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7D26 (or 0xBA7D26) is known color: Pirate Gold. HEX triplet: BA, 7D and 26. RGB value is (186,125,38). Sum of RGB (Red+Green+Blue) = 186+125+38=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 38 (15.23% from 255 or 10.89% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D26 is #4582D9. Grayscale: #858585. Windows color (decimal): -4555482 or 2522554. OLE color: 2522554.

HSL color Cylindrical-coordinate representation of color #BA7D26: hue angle of 35.27º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7D26 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 38 -
CMYK 0 0.33 0.80 0.27
HSL 35.27º 0.66% 0.44% -
HSV(B) 35.27º 0.8% 0.73% -
XYZ 27.93 25.25 5.23 -
YUV 133.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 186 125 38 0 0.33 0.80 0.27 35.27 0.66 0.44
Hex BA 7D 26 0 21 50 1B 23 42 2C
Octal 272 175 46 0 41 120 33 43 102 54
Binary 10111010 1111101 100110 0 100001 1010000 11011 100011 1000010 101100

Color Harmonies of #BA7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D26

Black with #BA7D26

Text Example


Text Example

White with #BA7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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