Html Css Color HEX #BD9C04 Buddha Gold

📋 copy color: '#BD9C04'

red 189 ◦ green 156 ◦ blue 4

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

Shades of Buddha Gold #BD9C04

Tints of Buddha Gold #BD9C04

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 54.15%
G = 44.7%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD9C04 (or 0xBD9C04) is known color: Buddha Gold. HEX triplet: BD, 9C and 04. RGB value is (189,156,4). Sum of RGB (Red+Green+Blue) = 189+156+4=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 4 (1.95% from 255 or 1.15% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD9C04 is #4263FB. Grayscale: #959595. Windows color (decimal): -4350972 or 302269. OLE color: 302269.

HSL color Cylindrical-coordinate representation of color #BD9C04: hue angle of 49.3º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD9C04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 156 4 -
CMYK 0 0.17 0.98 0.26
HSL 49.3º 0.96% 0.38% -
HSV(B) 49.3º 0.98% 0.74% -
XYZ 32.9 34.6 5.06 -
YUV 148.54 46.43 156.86 -
System Red Green Blue C M Y K H S L
Decimal 189 156 4 0 0.17 0.98 0.26 49.3 0.96 0.38
Hex BD 9C 4 0 11 62 1A 31 60 26
Octal 275 234 4 0 21 142 32 61 140 46
Binary 10111101 10011100 100 0 10001 1100010 11010 110001 1100000 100110

Color Harmonies of #BD9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9C04

Black with #BD9C04

Text Example


Text Example

White with #BD9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9C04; }

 p { color: rgb(189,156,4); }

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

background-color css

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

 a { background-color: rgb(189,156,4); }

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

border-color css

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

 span { border-color: rgb(189,156,4); }

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