Html Css Color HEX #BD9F1D Buddha Gold

📋 copy color: '#BD9F1D'

red 189 ◦ green 159 ◦ blue 29

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

Shades of Buddha Gold #BD9F1D

Tints of Buddha Gold #BD9F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 50.13%
G = 42.18%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD9F1D (or 0xBD9F1D) is known color: Buddha Gold. HEX triplet: BD, 9F and 1D. RGB value is (189,159,29). Sum of RGB (Red+Green+Blue) = 189+159+29=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F1D is #4260E2. Grayscale: #999999. Windows color (decimal): -4350179 or 1941437. OLE color: 1941437.

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

Color convert

RGB 189 159 29 -
CMYK 0 0.16 0.85 0.26
HSL 48.75º 0.73% 0.43% -
HSV(B) 48.75º 0.85% 0.74% -
XYZ 33.61 35.7 6.28 -
YUV 153.15 57.94 153.57 -
System Red Green Blue C M Y K H S L
Decimal 189 159 29 0 0.16 0.85 0.26 48.75 0.73 0.43
Hex BD 9F 1D 0 10 55 1A 31 49 2B
Octal 275 237 35 0 20 125 32 61 111 53
Binary 10111101 10011111 11101 0 10000 1010101 11010 110001 1001001 101011

Color Harmonies of #BD9F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F1D

Black with #BD9F1D

Text Example


Text Example

White with #BD9F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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