Html Css Color HEX #BC8D1A Buddha Gold

📋 copy color: '#BC8D1A'

red 188 ◦ green 141 ◦ blue 26

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

Shades of Buddha Gold #BC8D1A

Tints of Buddha Gold #BC8D1A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.72%

 BLUE value IS 26 (10.55% from 255) = 7.32%

R = 52.96%
G = 39.72%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC8D1A (or 0xBC8D1A) is known color: Buddha Gold. HEX triplet: BC, 8D and 1A. RGB value is (188,141,26). Sum of RGB (Red+Green+Blue) = 188+141+26=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D1A is #4372E5. Grayscale: #8E8E8E. Windows color (decimal): -4420326 or 1740220. OLE color: 1740220.

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

Color convert

RGB 188 141 26 -
CMYK 0 0.25 0.86 0.26
HSL 42.59º 0.76% 0.42% -
HSV(B) 42.59º 0.86% 0.74% -
XYZ 30.45 29.82 5.13 -
YUV 141.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 188 141 26 0 0.25 0.86 0.26 42.59 0.76 0.42
Hex BC 8D 1A 0 19 56 1A 2B 4C 2A
Octal 274 215 32 0 31 126 32 53 114 52
Binary 10111100 10001101 11010 0 11001 1010110 11010 101011 1001100 101010

Color Harmonies of #BC8D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D1A

Black with #BC8D1A

Text Example


Text Example

White with #BC8D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D1A; }

 p { color: rgb(188,141,26); }

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

background-color css

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

 a { background-color: rgb(188,141,26); }

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

border-color css

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

 span { border-color: rgb(188,141,26); }

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