Html Css Color HEX #BC901A Buddha Gold

📋 copy color: '#BC901A'

red 188 ◦ green 144 ◦ blue 26

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

Shades of Buddha Gold #BC901A

Tints of Buddha Gold #BC901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.22%

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

R = 52.51%
G = 40.22%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC901A (or 0xBC901A) is known color: Buddha Gold. HEX triplet: BC, 90 and 1A. RGB value is (188,144,26). Sum of RGB (Red+Green+Blue) = 188+144+26=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC901A is #436FE5. Grayscale: #909090. Windows color (decimal): -4419558 or 1740988. OLE color: 1740988.

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

Color convert

RGB 188 144 26 -
CMYK 0 0.23 0.86 0.26
HSL 43.7º 0.76% 0.42% -
HSV(B) 43.7º 0.86% 0.74% -
XYZ 30.9 30.71 5.28 -
YUV 143.7 61.58 159.59 -
System Red Green Blue C M Y K H S L
Decimal 188 144 26 0 0.23 0.86 0.26 43.7 0.76 0.42
Hex BC 90 1A 0 17 56 1A 2C 4C 2A
Octal 274 220 32 0 27 126 32 54 114 52
Binary 10111100 10010000 11010 0 10111 1010110 11010 101100 1001100 101010

Color Harmonies of #BC901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC901A

Black with #BC901A

Text Example


Text Example

White with #BC901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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