Html Css Color HEX #BD9F1E Buddha Gold

📋 copy color: '#BD9F1E'

red 189 ◦ green 159 ◦ blue 30

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

Shades of Buddha Gold #BD9F1E

Tints of Buddha Gold #BD9F1E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.06%

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

R = 50%
G = 42.06%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD9F1E (or 0xBD9F1E) is known color: Buddha Gold. HEX triplet: BD, 9F and 1E. RGB value is (189,159,30). Sum of RGB (Red+Green+Blue) = 189+159+30=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F1E is #4260E1. Grayscale: #999999. Windows color (decimal): -4350178 or 2006973. OLE color: 2006973.

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

Color convert

RGB 189 159 30 -
CMYK 0 0.16 0.84 0.26
HSL 48.68º 0.73% 0.43% -
HSV(B) 48.68º 0.84% 0.74% -
XYZ 33.62 35.71 6.35 -
YUV 153.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 189 159 30 0 0.16 0.84 0.26 48.68 0.73 0.43
Hex BD 9F 1E 0 10 54 1A 31 49 2B
Octal 275 237 36 0 20 124 32 61 111 53
Binary 10111101 10011111 11110 0 10000 1010100 11010 110001 1001001 101011

Color Harmonies of #BD9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F1E

Black with #BD9F1E

Text Example


Text Example

White with #BD9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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