Html Css Color HEX #BC970F Buddha Gold

📋 copy color: '#BC970F'

red 188 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #BC970F

Tints of Buddha Gold #BC970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.66%

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

R = 53.11%
G = 42.66%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BC970F (or 0xBC970F) is known color: Buddha Gold. HEX triplet: BC, 97 and 0F. RGB value is (188,151,15). Sum of RGB (Red+Green+Blue) = 188+151+15=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC970F is #4368F0. Grayscale: #939393. Windows color (decimal): -4417777 or 1021884. OLE color: 1021884.

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

Color convert

RGB 188 151 15 -
CMYK 0 0.20 0.92 0.26
HSL 47.17º 0.85% 0.4% -
HSV(B) 47.17º 0.92% 0.74% -
XYZ 31.89 32.86 5.11 -
YUV 146.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 188 151 15 0 0.20 0.92 0.26 47.17 0.85 0.4
Hex BC 97 F 0 14 5C 1A 2F 55 28
Octal 274 227 17 0 24 134 32 57 125 50
Binary 10111100 10010111 1111 0 10100 1011100 11010 101111 1010101 101000

Color Harmonies of #BC970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC970F

Black with #BC970F

Text Example


Text Example

White with #BC970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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