Html Css Color HEX #BD9F12 Buddha Gold

📋 copy color: '#BD9F12'

red 189 ◦ green 159 ◦ blue 18

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

Shades of Buddha Gold #BD9F12

Tints of Buddha Gold #BD9F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 51.64%
G = 43.44%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD9F12 (or 0xBD9F12) is known color: Buddha Gold. HEX triplet: BD, 9F and 12. RGB value is (189,159,18). Sum of RGB (Red+Green+Blue) = 189+159+18=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9F12 is #4260ED. Grayscale: #989898. Windows color (decimal): -4350190 or 1220541. OLE color: 1220541.

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

Color convert

RGB 189 159 18 -
CMYK 0 0.16 0.90 0.26
HSL 49.47º 0.83% 0.41% -
HSV(B) 49.47º 0.9% 0.74% -
XYZ 33.49 35.66 5.69 -
YUV 151.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 189 159 18 0 0.16 0.90 0.26 49.47 0.83 0.41
Hex BD 9F 12 0 10 5A 1A 31 53 29
Octal 275 237 22 0 20 132 32 61 123 51
Binary 10111101 10011111 10010 0 10000 1011010 11010 110001 1010011 101001

Color Harmonies of #BD9F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F12

Black with #BD9F12

Text Example


Text Example

White with #BD9F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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