Html Css Color HEX #BA791B Pirate Gold

📋 copy color: '#BA791B'

red 186 ◦ green 121 ◦ blue 27

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

Shades of Pirate Gold #BA791B

Tints of Pirate Gold #BA791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.23%

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

R = 55.69%
G = 36.23%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA791B (or 0xBA791B) is known color: Pirate Gold. HEX triplet: BA, 79 and 1B. RGB value is (186,121,27). Sum of RGB (Red+Green+Blue) = 186+121+27=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA791B is #4586E4. Grayscale: #828282. Windows color (decimal): -4556517 or 1800634. OLE color: 1800634.

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

Color convert

RGB 186 121 27 -
CMYK 0 0.35 0.85 0.27
HSL 35.47º 0.75% 0.42% -
HSV(B) 35.47º 0.85% 0.73% -
XYZ 27.28 24.19 4.27 -
YUV 129.72 70.03 168.14 -
System Red Green Blue C M Y K H S L
Decimal 186 121 27 0 0.35 0.85 0.27 35.47 0.75 0.42
Hex BA 79 1B 0 23 55 1B 23 4B 2A
Octal 272 171 33 0 43 125 33 43 113 52
Binary 10111010 1111001 11011 0 100011 1010101 11011 100011 1001011 101010

Color Harmonies of #BA791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA791B

Black with #BA791B

Text Example


Text Example

White with #BA791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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