Html Css Color HEX #BA7B2B Pirate Gold

📋 copy color: '#BA7B2B'

red 186 ◦ green 123 ◦ blue 43

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

Shades of Pirate Gold #BA7B2B

Tints of Pirate Gold #BA7B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 52.84%
G = 34.94%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA7B2B (or 0xBA7B2B) is known color: Pirate Gold. HEX triplet: BA, 7B and 2B. RGB value is (186,123,43). Sum of RGB (Red+Green+Blue) = 186+123+43=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B2B is #4584D4. Grayscale: #858585. Windows color (decimal): -4555989 or 2849722. OLE color: 2849722.

HSL color Cylindrical-coordinate representation of color #BA7B2B: hue angle of 33.57º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA7B2B is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 123 43 -
CMYK 0 0.34 0.77 0.27
HSL 33.57º 0.62% 0.45% -
HSV(B) 33.57º 0.77% 0.73% -
XYZ 27.77 24.78 5.6 -
YUV 132.72 77.37 166 -
System Red Green Blue C M Y K H S L
Decimal 186 123 43 0 0.34 0.77 0.27 33.57 0.62 0.45
Hex BA 7B 2B 0 22 4D 1B 22 3E 2D
Octal 272 173 53 0 42 115 33 42 76 55
Binary 10111010 1111011 101011 0 100010 1001101 11011 100010 111110 101101

Color Harmonies of #BA7B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B2B

Black with #BA7B2B

Text Example


Text Example

White with #BA7B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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