Html Css Color HEX #BDA11E Buddha Gold

📋 copy color: '#BDA11E'

red 189 ◦ green 161 ◦ blue 30

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

Shades of Buddha Gold #BDA11E

Tints of Buddha Gold #BDA11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.37%

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

R = 49.74%
G = 42.37%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BDA11E (or 0xBDA11E) is known color: Buddha Gold. HEX triplet: BD, A1 and 1E. RGB value is (189,161,30). Sum of RGB (Red+Green+Blue) = 189+161+30=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA11E is #425EE1. Grayscale: #9A9A9A. Windows color (decimal): -4349666 or 2007485. OLE color: 2007485.

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

Color convert

RGB 189 161 30 -
CMYK 0 0.15 0.84 0.26
HSL 49.43º 0.73% 0.43% -
HSV(B) 49.43º 0.84% 0.74% -
XYZ 33.97 36.4 6.46 -
YUV 154.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 189 161 30 0 0.15 0.84 0.26 49.43 0.73 0.43
Hex BD A1 1E 0 F 54 1A 31 49 2B
Octal 275 241 36 0 17 124 32 61 111 53
Binary 10111101 10100001 11110 0 1111 1010100 11010 110001 1001001 101011

Color Harmonies of #BDA11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA11E

Black with #BDA11E

Text Example


Text Example

White with #BDA11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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