Html Css Color HEX #BC911C Buddha Gold

📋 copy color: '#BC911C'

red 188 ◦ green 145 ◦ blue 28

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

Shades of Buddha Gold #BC911C

Tints of Buddha Gold #BC911C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

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

R = 52.08%
G = 40.17%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC911C (or 0xBC911C) is known color: Buddha Gold. HEX triplet: BC, 91 and 1C. RGB value is (188,145,28). Sum of RGB (Red+Green+Blue) = 188+145+28=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC911C is #436EE3. Grayscale: #919191. Windows color (decimal): -4419300 or 1872316. OLE color: 1872316.

HSL color Cylindrical-coordinate representation of color #BC911C: hue angle of 43.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 #BC911C is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 28 -
CMYK 0 0.23 0.85 0.26
HSL 43.88º 0.74% 0.42% -
HSV(B) 43.88º 0.85% 0.74% -
XYZ 31.07 31.03 5.45 -
YUV 144.52 62.25 159.01 -
System Red Green Blue C M Y K H S L
Decimal 188 145 28 0 0.23 0.85 0.26 43.88 0.74 0.42
Hex BC 91 1C 0 17 55 1A 2C 4A 2A
Octal 274 221 34 0 27 125 32 54 112 52
Binary 10111100 10010001 11100 0 10111 1010101 11010 101100 1001010 101010

Color Harmonies of #BC911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC911C

Black with #BC911C

Text Example


Text Example

White with #BC911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC911C; }

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

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

background-color css

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

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

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

border-color css

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

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

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