Html Css Color HEX #BD9F00 Buddha Gold

📋 copy color: '#BD9F00'

red 189 ◦ green 159 ◦ blue 0

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

Shades of Buddha Gold #BD9F00

Tints of Buddha Gold #BD9F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.31%
G = 45.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD9F00 (or 0xBD9F00) is known color: Buddha Gold. HEX triplet: BD, 9F and 00. RGB value is (189,159,0). Sum of RGB (Red+Green+Blue) = 189+159+0=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 159 (62.5% from 255 or 45.69% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F00 is #4260FF. Grayscale: #969696. Windows color (decimal): -4350208 or 40893. OLE color: 40893.

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

Color convert

RGB 189 159 0 -
CMYK 0 0.16 1 0.26
HSL 50.48º 1% 0.37% -
HSV(B) 50.48º 1% 0.74% -
XYZ 33.38 35.62 5.11 -
YUV 149.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 189 159 0 0 0.16 1 0.26 50.48 1 0.37
Hex BD 9F 0 0 10 64 1A 32 64 25
Octal 275 237 0 0 20 144 32 62 144 45
Binary 10111101 10011111 0 0 10000 1100100 11010 110010 1100100 100101

Color Harmonies of #BD9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F00

Black with #BD9F00

Text Example


Text Example

White with #BD9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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