Html Css Color HEX #BA9E0E Buddha Gold

📋 copy color: '#BA9E0E'

red 186 ◦ green 158 ◦ blue 14

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

Shades of Buddha Gold #BA9E0E

Tints of Buddha Gold #BA9E0E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.13%

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

R = 51.96%
G = 44.13%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA9E0E (or 0xBA9E0E) is known color: Buddha Gold. HEX triplet: BA, 9E and 0E. RGB value is (186,158,14). Sum of RGB (Red+Green+Blue) = 186+158+14=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E0E is #4561F1. Grayscale: #969696. Windows color (decimal): -4547058 or 958138. OLE color: 958138.

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

Color convert

RGB 186 158 14 -
CMYK 0 0.15 0.92 0.27
HSL 50.23º 0.86% 0.39% -
HSV(B) 50.23º 0.92% 0.73% -
XYZ 32.56 34.92 5.44 -
YUV 149.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 186 158 14 0 0.15 0.92 0.27 50.23 0.86 0.39
Hex BA 9E E 0 F 5C 1B 32 56 27
Octal 272 236 16 0 17 134 33 62 126 47
Binary 10111010 10011110 1110 0 1111 1011100 11011 110010 1010110 100111

Color Harmonies of #BA9E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E0E

Black with #BA9E0E

Text Example


Text Example

White with #BA9E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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