Html Css Color HEX #BD9A1E Buddha Gold

📋 copy color: '#BD9A1E'

red 189 ◦ green 154 ◦ blue 30

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

Shades of Buddha Gold #BD9A1E

Tints of Buddha Gold #BD9A1E

RGB

 RED value IS 189 (74.22% from 255) = 50.67%

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 50.67%
G = 41.29%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD9A1E (or 0xBD9A1E) is known color: Buddha Gold. HEX triplet: BD, 9A and 1E. RGB value is (189,154,30). Sum of RGB (Red+Green+Blue) = 189+154+30=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A1E is #4265E1. Grayscale: #969696. Windows color (decimal): -4351458 or 2005693. OLE color: 2005693.

HSL color Cylindrical-coordinate representation of color #BD9A1E: hue angle of 46.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD9A1E is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 30 -
CMYK 0 0.19 0.84 0.26
HSL 46.79º 0.73% 0.43% -
HSV(B) 46.79º 0.84% 0.74% -
XYZ 32.78 34.02 6.07 -
YUV 150.33 60.1 155.58 -
System Red Green Blue C M Y K H S L
Decimal 189 154 30 0 0.19 0.84 0.26 46.79 0.73 0.43
Hex BD 9A 1E 0 13 54 1A 2F 49 2B
Octal 275 232 36 0 23 124 32 57 111 53
Binary 10111101 10011010 11110 0 10011 1010100 11010 101111 1001001 101011

Color Harmonies of #BD9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A1E

Black with #BD9A1E

Text Example


Text Example

White with #BD9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A1E; }

 p { color: rgb(189,154,30); }

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

background-color css

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

 a { background-color: rgb(189,154,30); }

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

border-color css

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

 span { border-color: rgb(189,154,30); }

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