Html Css Color HEX #BC991C Buddha Gold

📋 copy color: '#BC991C'

red 188 ◦ green 153 ◦ blue 28

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

Shades of Buddha Gold #BC991C

Tints of Buddha Gold #BC991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

 BLUE value IS 28 (11.33% from 255) = 7.59%

R = 50.95%
G = 41.46%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC991C (or 0xBC991C) is known color: Buddha Gold. HEX triplet: BC, 99 and 1C. RGB value is (188,153,28). Sum of RGB (Red+Green+Blue) = 188+153+28=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC991C is #4366E3. Grayscale: #959595. Windows color (decimal): -4417252 or 1874364. OLE color: 1874364.

HSL color Cylindrical-coordinate representation of color #BC991C: hue angle of 46.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC991C is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 28 -
CMYK 0 0.19 0.85 0.26
HSL 46.88º 0.74% 0.42% -
HSV(B) 46.88º 0.85% 0.74% -
XYZ 32.34 33.56 5.87 -
YUV 149.22 59.6 155.66 -
System Red Green Blue C M Y K H S L
Decimal 188 153 28 0 0.19 0.85 0.26 46.88 0.74 0.42
Hex BC 99 1C 0 13 55 1A 2F 4A 2A
Octal 274 231 34 0 23 125 32 57 112 52
Binary 10111100 10011001 11100 0 10011 1010101 11010 101111 1001010 101010

Color Harmonies of #BC991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC991C

Black with #BC991C

Text Example


Text Example

White with #BC991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC991C; }

 p { color: rgb(188,153,28); }

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

background-color css

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

 a { background-color: rgb(188,153,28); }

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

border-color css

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

 span { border-color: rgb(188,153,28); }

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