Html Css Color HEX #BC980B Buddha Gold

📋 copy color: '#BC980B'

red 188 ◦ green 152 ◦ blue 11

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

Shades of Buddha Gold #BC980B

Tints of Buddha Gold #BC980B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 53.56%
G = 43.3%
B = 3.13%

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

#BC980B (or 0xBC980B) is known color: Buddha Gold. HEX triplet: BC, 98 and 0B. RGB value is (188,152,11). Sum of RGB (Red+Green+Blue) = 188+152+11=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC980B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC980B is #4367F4. Grayscale: #939393. Windows color (decimal): -4417525 or 759996. OLE color: 759996.

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

Color convert

RGB 188 152 11 -
CMYK 0 0.19 0.94 0.26
HSL 47.8º 0.89% 0.39% -
HSV(B) 47.8º 0.94% 0.74% -
XYZ 32.03 33.17 5.03 -
YUV 146.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 188 152 11 0 0.19 0.94 0.26 47.8 0.89 0.39
Hex BC 98 B 0 13 5E 1A 30 59 27
Octal 274 230 13 0 23 136 32 60 131 47
Binary 10111100 10011000 1011 0 10011 1011110 11010 110000 1011001 100111

Color Harmonies of #BC980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC980B

Black with #BC980B

Text Example


Text Example

White with #BC980B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC980B; }

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

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

background-color css

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

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

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

border-color css

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

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

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