Html Css Color HEX #BA7B27 Pirate Gold

📋 copy color: '#BA7B27'

red 186 ◦ green 123 ◦ blue 39

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

Shades of Pirate Gold #BA7B27

Tints of Pirate Gold #BA7B27

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.34%

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

R = 53.45%
G = 35.34%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA7B27 (or 0xBA7B27) is known color: Pirate Gold. HEX triplet: BA, 7B and 27. RGB value is (186,123,39). Sum of RGB (Red+Green+Blue) = 186+123+39=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B27 is #4584D8. Grayscale: #848484. Windows color (decimal): -4555993 or 2587578. OLE color: 2587578.

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

Color convert

RGB 186 123 39 -
CMYK 0 0.34 0.79 0.27
HSL 34.29º 0.65% 0.44% -
HSV(B) 34.29º 0.79% 0.73% -
XYZ 27.7 24.75 5.24 -
YUV 132.26 75.37 166.33 -
System Red Green Blue C M Y K H S L
Decimal 186 123 39 0 0.34 0.79 0.27 34.29 0.65 0.44
Hex BA 7B 27 0 22 4F 1B 22 41 2C
Octal 272 173 47 0 42 117 33 42 101 54
Binary 10111010 1111011 100111 0 100010 1001111 11011 100010 1000001 101100

Color Harmonies of #BA7B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B27

Black with #BA7B27

Text Example


Text Example

White with #BA7B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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