Html Css Color HEX #BC970C Buddha Gold

📋 copy color: '#BC970C'

red 188 ◦ green 151 ◦ blue 12

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

Shades of Buddha Gold #BC970C

Tints of Buddha Gold #BC970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.42%

R = 53.56%
G = 43.02%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC970C (or 0xBC970C) is known color: Buddha Gold. HEX triplet: BC, 97 and 0C. RGB value is (188,151,12). Sum of RGB (Red+Green+Blue) = 188+151+12=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC970C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC970C is #4368F3. Grayscale: #929292. Windows color (decimal): -4417780 or 825276. OLE color: 825276.

HSL color Cylindrical-coordinate representation of color #BC970C: hue angle of 47.39º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC970C is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 151 12 -
CMYK 0 0.20 0.94 0.26
HSL 47.39º 0.88% 0.39% -
HSV(B) 47.39º 0.94% 0.74% -
XYZ 31.87 32.85 5.01 -
YUV 146.22 52.26 157.8 -
System Red Green Blue C M Y K H S L
Decimal 188 151 12 0 0.20 0.94 0.26 47.39 0.88 0.39
Hex BC 97 C 0 14 5E 1A 2F 58 27
Octal 274 227 14 0 24 136 32 57 130 47
Binary 10111100 10010111 1100 0 10100 1011110 11010 101111 1011000 100111

Color Harmonies of #BC970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC970C

Black with #BC970C

Text Example


Text Example

White with #BC970C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC970C; }

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

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

background-color css

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

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

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

border-color css

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

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

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