Html Css Color HEX #BA9E0D Buddha Gold

📋 copy color: '#BA9E0D'

red 186 ◦ green 158 ◦ blue 13

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

Shades of Buddha Gold #BA9E0D

Tints of Buddha Gold #BA9E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.64%

R = 52.1%
G = 44.26%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA9E0D (or 0xBA9E0D) is known color: Buddha Gold. HEX triplet: BA, 9E and 0D. RGB value is (186,158,13). Sum of RGB (Red+Green+Blue) = 186+158+13=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E0D is #4561F2. Grayscale: #969696. Windows color (decimal): -4547059 or 892602. OLE color: 892602.

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

Color convert

RGB 186 158 13 -
CMYK 0 0.15 0.93 0.27
HSL 50.29º 0.87% 0.39% -
HSV(B) 50.29º 0.93% 0.73% -
XYZ 32.55 34.92 5.41 -
YUV 149.84 50.78 153.79 -
System Red Green Blue C M Y K H S L
Decimal 186 158 13 0 0.15 0.93 0.27 50.29 0.87 0.39
Hex BA 9E D 0 F 5D 1B 32 57 27
Octal 272 236 15 0 17 135 33 62 127 47
Binary 10111010 10011110 1101 0 1111 1011101 11011 110010 1010111 100111

Color Harmonies of #BA9E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E0D

Black with #BA9E0D

Text Example


Text Example

White with #BA9E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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