Html Css Color HEX #BC9D00 Buddha Gold

📋 copy color: '#BC9D00'

red 188 ◦ green 157 ◦ blue 0

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

Shades of Buddha Gold #BC9D00

Tints of Buddha Gold #BC9D00

RGB

 RED value IS 188 (73.83% from 255) = 54.49%

 GREEN value IS 157 (61.72% from 255) = 45.51%

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

R = 54.49%
G = 45.51%
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

#BC9D00 (or 0xBC9D00) is known color: Buddha Gold. HEX triplet: BC, 9D and 00. RGB value is (188,157,0). Sum of RGB (Red+Green+Blue) = 188+157+0=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9D00 is #4362FF. Grayscale: #959595. Windows color (decimal): -4416256 or 40380. OLE color: 40380.

HSL color Cylindrical-coordinate representation of color #BC9D00: hue angle of 50.11º 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 #BC9D00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 0 -
CMYK 0 0.16 1 0.26
HSL 50.11º 1% 0.37% -
HSV(B) 50.11º 1% 0.74% -
XYZ 32.8 34.81 4.99 -
YUV 148.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 188 157 0 0 0.16 1 0.26 50.11 1 0.37
Hex BC 9D 0 0 10 64 1A 32 64 25
Octal 274 235 0 0 20 144 32 62 144 45
Binary 10111100 10011101 0 0 10000 1100100 11010 110010 1100100 100101

Color Harmonies of #BC9D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D00

Black with #BC9D00

Text Example


Text Example

White with #BC9D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D00; }

 p { color: rgb(188,157,0); }

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

background-color css

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

 a { background-color: rgb(188,157,0); }

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

border-color css

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

 span { border-color: rgb(188,157,0); }

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