Html Css Color HEX #BC980C Buddha Gold

📋 copy color: '#BC980C'

red 188 ◦ green 152 ◦ blue 12

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

Shades of Buddha Gold #BC980C

Tints of Buddha Gold #BC980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.18%

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

R = 53.41%
G = 43.18%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC980C (or 0xBC980C) is known color: Buddha Gold. HEX triplet: BC, 98 and 0C. RGB value is (188,152,12). Sum of RGB (Red+Green+Blue) = 188+152+12=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC980C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC980C is #4367F3. Grayscale: #939393. Windows color (decimal): -4417524 or 825532. OLE color: 825532.

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

Color convert

RGB 188 152 12 -
CMYK 0 0.19 0.94 0.26
HSL 47.73º 0.88% 0.39% -
HSV(B) 47.73º 0.94% 0.74% -
XYZ 32.03 33.17 5.06 -
YUV 146.8 51.93 157.38 -
System Red Green Blue C M Y K H S L
Decimal 188 152 12 0 0.19 0.94 0.26 47.73 0.88 0.39
Hex BC 98 C 0 13 5E 1A 30 58 27
Octal 274 230 14 0 23 136 32 60 130 47
Binary 10111100 10011000 1100 0 10011 1011110 11010 110000 1011000 100111

Color Harmonies of #BC980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC980C

Black with #BC980C

Text Example


Text Example

White with #BC980C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC980C; }

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

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

background-color css

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

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

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

border-color css

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

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

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