Html Css Color HEX #BD950C Buddha Gold

📋 copy color: '#BD950C'

red 189 ◦ green 149 ◦ blue 12

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

Shades of Buddha Gold #BD950C

Tints of Buddha Gold #BD950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 12 (5.08% from 255) = 3.43%

R = 54%
G = 42.57%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD950C (or 0xBD950C) is known color: Buddha Gold. HEX triplet: BD, 95 and 0C. RGB value is (189,149,12). Sum of RGB (Red+Green+Blue) = 189+149+12=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD950C is #426AF3. Grayscale: #919191. Windows color (decimal): -4352756 or 824765. OLE color: 824765.

HSL color Cylindrical-coordinate representation of color #BD950C: hue angle of 46.44º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD950C is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 149 12 -
CMYK 0 0.21 0.94 0.26
HSL 46.44º 0.88% 0.39% -
HSV(B) 46.44º 0.94% 0.74% -
XYZ 31.8 32.34 4.91 -
YUV 145.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 189 149 12 0 0.21 0.94 0.26 46.44 0.88 0.39
Hex BD 95 C 0 15 5E 1A 2E 58 27
Octal 275 225 14 0 25 136 32 56 130 47
Binary 10111101 10010101 1100 0 10101 1011110 11010 101110 1011000 100111

Color Harmonies of #BD950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD950C

Black with #BD950C

Text Example


Text Example

White with #BD950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD950C; }

 p { color: rgb(189,149,12); }

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

background-color css

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

 a { background-color: rgb(189,149,12); }

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

border-color css

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

 span { border-color: rgb(189,149,12); }

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