Html Css Color HEX #BC9D0F Buddha Gold

📋 copy color: '#BC9D0F'

red 188 ◦ green 157 ◦ blue 15

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

Shades of Buddha Gold #BC9D0F

Tints of Buddha Gold #BC9D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 52.22%
G = 43.61%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC9D0F (or 0xBC9D0F) is known color: Buddha Gold. HEX triplet: BC, 9D and 0F. RGB value is (188,157,15). Sum of RGB (Red+Green+Blue) = 188+157+15=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9D0F is #4362F0. Grayscale: #969696. Windows color (decimal): -4416241 or 1023420. OLE color: 1023420.

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

Color convert

RGB 188 157 15 -
CMYK 0 0.16 0.92 0.26
HSL 49.25º 0.85% 0.4% -
HSV(B) 49.25º 0.92% 0.74% -
XYZ 32.88 34.84 5.44 -
YUV 150.08 51.77 155.05 -
System Red Green Blue C M Y K H S L
Decimal 188 157 15 0 0.16 0.92 0.26 49.25 0.85 0.4
Hex BC 9D F 0 10 5C 1A 31 55 28
Octal 274 235 17 0 20 134 32 61 125 50
Binary 10111100 10011101 1111 0 10000 1011100 11010 110001 1010101 101000

Color Harmonies of #BC9D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D0F

Black with #BC9D0F

Text Example


Text Example

White with #BC9D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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