Html Css Color HEX #BC940F Buddha Gold

📋 copy color: '#BC940F'

red 188 ◦ green 148 ◦ blue 15

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

Shades of Buddha Gold #BC940F

Tints of Buddha Gold #BC940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

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

R = 53.56%
G = 42.17%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC940F (or 0xBC940F) is known color: Buddha Gold. HEX triplet: BC, 94 and 0F. RGB value is (188,148,15). Sum of RGB (Red+Green+Blue) = 188+148+15=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC940F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC940F is #436BF0. Grayscale: #919191. Windows color (decimal): -4418545 or 1021116. OLE color: 1021116.

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

Color convert

RGB 188 148 15 -
CMYK 0 0.21 0.92 0.26
HSL 46.13º 0.85% 0.4% -
HSV(B) 46.13º 0.92% 0.74% -
XYZ 31.42 31.91 4.95 -
YUV 144.8 54.75 158.81 -
System Red Green Blue C M Y K H S L
Decimal 188 148 15 0 0.21 0.92 0.26 46.13 0.85 0.4
Hex BC 94 F 0 15 5C 1A 2E 55 28
Octal 274 224 17 0 25 134 32 56 125 50
Binary 10111100 10010100 1111 0 10101 1011100 11010 101110 1010101 101000

Color Harmonies of #BC940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC940F

Black with #BC940F

Text Example


Text Example

White with #BC940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC940F; }

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

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

background-color css

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

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

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

border-color css

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

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

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