Html Css Color HEX #BCA80A Buddha Gold

📋 copy color: '#BCA80A'

red 188 ◦ green 168 ◦ blue 10

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

Shades of Buddha Gold #BCA80A

Tints of Buddha Gold #BCA80A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 51.37%
G = 45.9%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BCA80A (or 0xBCA80A) is known color: Buddha Gold. HEX triplet: BC, A8 and 0A. RGB value is (188,168,10). Sum of RGB (Red+Green+Blue) = 188+168+10=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA80A is #4357F5. Grayscale: #9C9C9C. Windows color (decimal): -4413430 or 698556. OLE color: 698556.

HSL color Cylindrical-coordinate representation of color #BCA80A: hue angle of 53.26º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BCA80A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 168 10 -
CMYK 0 0.11 0.95 0.26
HSL 53.26º 0.9% 0.39% -
HSV(B) 53.26º 0.95% 0.74% -
XYZ 34.8 38.72 5.93 -
YUV 155.97 45.63 150.85 -
System Red Green Blue C M Y K H S L
Decimal 188 168 10 0 0.11 0.95 0.26 53.26 0.9 0.39
Hex BC A8 A 0 B 5F 1A 35 5A 27
Octal 274 250 12 0 13 137 32 65 132 47
Binary 10111100 10101000 1010 0 1011 1011111 11010 110101 1011010 100111

Color Harmonies of #BCA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA80A

Black with #BCA80A

Text Example


Text Example

White with #BCA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA80A; }

 p { color: rgb(188,168,10); }

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

background-color css

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

 a { background-color: rgb(188,168,10); }

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

border-color css

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

 span { border-color: rgb(188,168,10); }

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