Html Css Color HEX #BA7827 Pirate Gold

📋 copy color: '#BA7827'

red 186 ◦ green 120 ◦ blue 39

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

Shades of Pirate Gold #BA7827

Tints of Pirate Gold #BA7827

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

 BLUE value IS 39 (15.63% from 255) = 11.3%

R = 53.91%
G = 34.78%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA7827 (or 0xBA7827) is known color: Pirate Gold. HEX triplet: BA, 78 and 27. RGB value is (186,120,39). Sum of RGB (Red+Green+Blue) = 186+120+39=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7827 is #4587D8. Grayscale: #828282. Windows color (decimal): -4556761 or 2586810. OLE color: 2586810.

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

Color convert

RGB 186 120 39 -
CMYK 0 0.35 0.79 0.27
HSL 33.06º 0.65% 0.44% -
HSV(B) 33.06º 0.79% 0.73% -
XYZ 27.33 24.02 5.11 -
YUV 130.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 186 120 39 0 0.35 0.79 0.27 33.06 0.65 0.44
Hex BA 78 27 0 23 4F 1B 21 41 2C
Octal 272 170 47 0 43 117 33 41 101 54
Binary 10111010 1111000 100111 0 100011 1001111 11011 100001 1000001 101100

Color Harmonies of #BA7827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7827

Black with #BA7827

Text Example


Text Example

White with #BA7827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7827; }

 p { color: rgb(186,120,39); }

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

background-color css

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

 a { background-color: rgb(186,120,39); }

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

border-color css

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

 span { border-color: rgb(186,120,39); }

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