Html Css Color HEX #BA9C0E Buddha Gold

📋 copy color: '#BA9C0E'

red 186 ◦ green 156 ◦ blue 14

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

Shades of Buddha Gold #BA9C0E

Tints of Buddha Gold #BA9C0E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.82%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 52.25%
G = 43.82%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA9C0E (or 0xBA9C0E) is known color: Buddha Gold. HEX triplet: BA, 9C and 0E. RGB value is (186,156,14). Sum of RGB (Red+Green+Blue) = 186+156+14=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C0E is #4563F1. Grayscale: #959595. Windows color (decimal): -4547570 or 957626. OLE color: 957626.

HSL color Cylindrical-coordinate representation of color #BA9C0E: hue angle of 49.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA9C0E is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 14 -
CMYK 0 0.16 0.92 0.27
HSL 49.53º 0.86% 0.39% -
HSV(B) 49.53º 0.92% 0.73% -
XYZ 32.22 34.25 5.33 -
YUV 148.78 51.94 154.55 -
System Red Green Blue C M Y K H S L
Decimal 186 156 14 0 0.16 0.92 0.27 49.53 0.86 0.39
Hex BA 9C E 0 10 5C 1B 32 56 27
Octal 272 234 16 0 20 134 33 62 126 47
Binary 10111010 10011100 1110 0 10000 1011100 11011 110010 1010110 100111

Color Harmonies of #BA9C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C0E

Black with #BA9C0E

Text Example


Text Example

White with #BA9C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C0E; }

 p { color: rgb(186,156,14); }

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

background-color css

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

 a { background-color: rgb(186,156,14); }

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

border-color css

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

 span { border-color: rgb(186,156,14); }

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