Html Css Color HEX #BA9D1B Buddha Gold

📋 copy color: '#BA9D1B'

red 186 ◦ green 157 ◦ blue 27

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

Shades of Buddha Gold #BA9D1B

Tints of Buddha Gold #BA9D1B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.43%

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

R = 50.27%
G = 42.43%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA9D1B (or 0xBA9D1B) is known color: Buddha Gold. HEX triplet: BA, 9D and 1B. RGB value is (186,157,27). Sum of RGB (Red+Green+Blue) = 186+157+27=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D1B is #4562E4. Grayscale: #979797. Windows color (decimal): -4547301 or 1809850. OLE color: 1809850.

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

Color convert

RGB 186 157 27 -
CMYK 0 0.16 0.85 0.27
HSL 49.06º 0.75% 0.42% -
HSV(B) 49.06º 0.85% 0.73% -
XYZ 32.5 34.63 6.01 -
YUV 150.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 186 157 27 0 0.16 0.85 0.27 49.06 0.75 0.42
Hex BA 9D 1B 0 10 55 1B 31 4B 2A
Octal 272 235 33 0 20 125 33 61 113 52
Binary 10111010 10011101 11011 0 10000 1010101 11011 110001 1001011 101010

Color Harmonies of #BA9D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9D1B

Black with #BA9D1B

Text Example


Text Example

White with #BA9D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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