Html Css Color HEX #BA691B Pirate Gold

📋 copy color: '#BA691B'

red 186 ◦ green 105 ◦ blue 27

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

Shades of Pirate Gold #BA691B

Tints of Pirate Gold #BA691B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.02%

 BLUE value IS 27 (10.94% from 255) = 8.49%

R = 58.49%
G = 33.02%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA691B (or 0xBA691B) is known color: Pirate Gold. HEX triplet: BA, 69 and 1B. RGB value is (186,105,27). Sum of RGB (Red+Green+Blue) = 186+105+27=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA691B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA691B is #4596E4. Grayscale: #787878. Windows color (decimal): -4560613 or 1796538. OLE color: 1796538.

HSL color Cylindrical-coordinate representation of color #BA691B: hue angle of 29.43º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA691B is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 27 -
CMYK 0 0.44 0.85 0.27
HSL 29.43º 0.75% 0.42% -
HSV(B) 29.43º 0.85% 0.73% -
XYZ 25.5 20.62 3.67 -
YUV 120.33 75.34 174.84 -
System Red Green Blue C M Y K H S L
Decimal 186 105 27 0 0.44 0.85 0.27 29.43 0.75 0.42
Hex BA 69 1B 0 2C 55 1B 1D 4B 2A
Octal 272 151 33 0 54 125 33 35 113 52
Binary 10111010 1101001 11011 0 101100 1010101 11011 11101 1001011 101010

Color Harmonies of #BA691B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA691B

Black with #BA691B

Text Example


Text Example

White with #BA691B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA691B; }

 p { color: rgb(186,105,27); }

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

background-color css

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

 a { background-color: rgb(186,105,27); }

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

border-color css

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

 span { border-color: rgb(186,105,27); }

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