Html Css Color HEX #BCA01E Buddha Gold

📋 copy color: '#BCA01E'

red 188 ◦ green 160 ◦ blue 30

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

Shades of Buddha Gold #BCA01E

Tints of Buddha Gold #BCA01E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.33%

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 49.74%
G = 42.33%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BCA01E (or 0xBCA01E) is known color: Buddha Gold. HEX triplet: BC, A0 and 1E. RGB value is (188,160,30). Sum of RGB (Red+Green+Blue) = 188+160+30=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA01E is #435FE1. Grayscale: #9A9A9A. Windows color (decimal): -4415458 or 2007228. OLE color: 2007228.

HSL color Cylindrical-coordinate representation of color #BCA01E: hue angle of 49.37º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BCA01E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 30 -
CMYK 0 0.15 0.84 0.26
HSL 49.37º 0.72% 0.43% -
HSV(B) 49.37º 0.84% 0.74% -
XYZ 33.54 35.93 6.39 -
YUV 153.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 188 160 30 0 0.15 0.84 0.26 49.37 0.72 0.43
Hex BC A0 1E 0 F 54 1A 31 48 2B
Octal 274 240 36 0 17 124 32 61 110 53
Binary 10111100 10100000 11110 0 1111 1010100 11010 110001 1001000 101011

Color Harmonies of #BCA01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA01E

Black with #BCA01E

Text Example


Text Example

White with #BCA01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA01E; }

 p { color: rgb(188,160,30); }

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

background-color css

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

 a { background-color: rgb(188,160,30); }

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

border-color css

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

 span { border-color: rgb(188,160,30); }

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